epScript language support via Language Server Protocol.
- Visual Studio Code
- Neovim (In progress)
- Code Completion
- Hover
- Highlights
- Signature Help
- Jump to declaration
- Code Diagnostic incomplete
- euddraft Build Manager
- Quick offset select
- Select offsets from euddb, by Command
(CTRL+P -> Offset)
or clickCTRL+O
.
- Select offsets from euddb, by Command
- Semantic Highlight
Users can customize eps-server via settings.json in your workspace or Settings Editor UI.
epscript.diagnostics
- Used to extension creates diagnostics or not.
- Default:
true
- Available values:
true
false
epscript.language
- Used to set locale.
Default
: English- Available values:
English
한국어
You can use eps-server easily by npm. Just install it!
yarn add @eps-server/server
for server package.
- If you have a question about this extension, please open an issue on GitHub with question label.
- If any problem is happend, please open an issue with Log. You can check logs at Output - epScript Language Client (in vscode).
- Any kind of contributions are always welcome!