Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>EagleLangNew to Visual Studio Code? Get it now.
EagleLang

EagleLang

Preview

EagleLang

|
44 installs
| (1) | Free
A simple helper for EagleLang & EAGLEPVM & EagleDVM
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This is a simple helper for EagleLang & EAGLEPVM & EagleDVM

Version Installs Downloads Rating Star

Example

/*
 this is a simple example of EagleLang
*/
package helloworld

func():
    info("Hello World!")

// main function
int EagleMain(list<string> args):
    func()
    return 0

Features

  • Comment toggling
  • Brackets definition
  • AutoClosing
  • AutoSurrounding
  • Folding
  • Word pattern
  • Indentation Rules

Enjoy!

Extensions Recommend

  • EditorConfig
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft