vscode-eggjs
vscode-eggjs copied to clipboard
vscode extension for https://eggjs.org/
vscode-eggjs
vscode extension for eggjs
https://github.com/eggjs/vscode-eggjs
Features
Snippet
- config
eggjs.snippet.fnStyle
to your prefer function style such asasync
, keepnull
to show prompt.
Debugger
Config Inspect
TODO
- snippets
- [x] service
- [x] controller
- [x] plugin
- [x] config
- [ ] auto detect async / generator style
- [ ] support create command
- debugger
- [x] init debug configuration
- [ ] debug configuration snippets
- [x] support
inspect-brk
- [x] auto attach
- smart intellisense
- [ ] complete items
- [ ] language server
- [ ] ts
- config inspector
- [x] tree panel
- [ ] refactor to
Find All References
/ codelens, no panel.
- test support
- [ ] test tree panel
- [ ] run only
- [ ] toggle skip / only
- code lint
- custom eslint rule
- or
Possible Actions on Errors or Warnings
/CodeAction
-
d.ts
support improve
Requirements
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
Extension Settings
Known Issues
Resources
- https://code.visualstudio.com/docs/extensionAPI/language-support
- https://github.com/Microsoft/vscode-extension-samples