Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Endless SkyNew to Visual Studio Code? Get it now.
Endless Sky

Endless Sky

Thomas Ballinger

|
229 installs
| (0) | Free
Endless Sky data file support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Endless Sky data file language extension

Notice your spelling mistakes sooner!

This extension interprets every .txt file as Endless Sky data. You can change the filetype of a document back to 'plaintext' to temporarily disable this, or disable the plugin to prevent it on all files. Maybe someday there will be a way to change language based on file contents or location, but for now there seems to be no way to do this in VSCode.

When creating Endless Sky plugins, see the GitHub wiki for instructions. Some of this information in available in-editor with this extension, but the wiki will always be the authoritative source. Some keywords may be missing from syntax highlighting in this plugin, but the error messages are directly from an Endless Sky executable.

Features

  • syntax highlighting
  • errors.txt messages shown inline
  • snippets for creating new planets, fleets, and stellar objects.
  • "Run Conversation" command for quickly testing conversations
  • more coming soon!

Config

The plugin looks in several standard locations for Endless Sky installed on your computer, but you can choose which executable to use by setting the executable path in settings by searching for endless sky settings or setting endlesssky.executablePath in settings.json.

In order to prevent all text files from being interpreted as Endless Sky files, add this to your settings:

    "files.associations": {
	"**/*.text": "plaintext",
	"**/data/**/*.txt": "endlesssky",
    }

Contributing

Please open issues with bugs and ideas here. If you're using this plugin I'd love to hear from you.

If you want to improve anything, especially the snippets or syntax highlighting, make a pull request to this repo or let @ballingt know on Twitter or message @ballingt on the Endless Sky Discord.

Syntax highlighting of keywords is based on the text files in the syntaxgen folder. If a word isn't being highlighted, it should be added to keywords.txt.

Some features are provided by an LSP which will soon use the JavaScript Endless Sky bindings. Contributions to these bindings are helpful too.

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