Skip to content

Cirras/vscode-eoplus

Repository files navigation

EO+ for Visual Studio Code

The VS Code EO+ extension provides language support for the EO+ quest scripting language from Endless Online.

Features

Code completion

Completion results appear for symbols as you type.

Code completion and signature help

Signature help

Information about the signature of a function pops up as you type in its parameters.

Quick info on hover

Documentation appears when you hover over a symbol.

Go to definition

Jump to or peek a symbol's declaration.

Go to definition using the context menu

Find references

Find or go to the references of a symbol.

Find references using the context menu

Go to symbol

Search for symbols in your file with the Ctrl+Shift+O shortcut.

Use Go to Symbol to locate the TimePortal symbol

Document outline

See all the symbols in the current file in the Outline view.

Outline of an EO+ file

Diagnostics

See syntax errors ahead of time, and even get some basic linting.

Diagnostics on an EO+ file

Quick fixes

Apply quick fixes for various errors and warnings with the Ctrl+. shortcut.

Fixing errors in an EO+ file with quick fixes

Requirements

  • Visual Studio Code 1.75+

License

Licensed under the MIT license.