This extension features that can be used to improve productivity for CBer.
- Completions
- Goto Definitions
- Validators
- Snippets
- Support Multi-Folders and Reference Jar Files
You can install it from the VSCode Marketplace
The extension can compute completions as you typing commands. Completions will automatically show if you commit one of these characters: ['/', ':', '"'].
Alternatively you can use Ctrl + Space
(or other configured hotkey) to show completions manually.
You can goto the definitions of textures and models in the workspace by Ctrl-clicking
on their names.
It can help you verify the validity of the JSON file and display error messages and suggestions.
notes: it can ignore the folders of start with "."
ctrl + shift + p, input createCachedFiles
text and press enter
.
Enjoy!