日本語版のREADMEはこちらにあります。
Adds TJS language support for Visual Studio Code. If you needs KAG/KAGEX support, check kagex-vscode.
- Full syntax highlighting including type specifiers on Kirikiri Z
- Ctags support
- Snippets such as class, function and for loop
- The codes between "//#region" and "//#endregion" can be folded
You must install ctags to use code navigation features such as "Go to Definition and "Peek definition".
- Install ctags and put it in your system path. I recommend Exuberant Ctags.
- Install ctagsx to Visual Studio Code.
- Open the directory which contains tjs files with Visual Studio Code.
- Press Ctrl+Shift+P to open command palette.
- Execute the command "TJS: Update Ctags File".
Now ".tags" file is created in your directory and you can use ctagsx features.
If it is true, ctags index file is automatically recreated when tjs file is saved. It is false by default.
Ctags index file name. It is ".tags" by default.
Relative path from the workspace where ctags search tjs files. It is "" by default and all tjs files in workspace are searched. For example, if it is "src\", only files in src directory are searched.
File extensions which are searched as tjs file. By default, only ".tjs" file is handled as tjs file.
Extra command-line options which are passed when ctags executed.
Submit the issues if you find any bug or have any suggestion.