Autocomplete for Codename XML Files (Only stages currently) & Haxe scripts (HScript)
- Create stage with with stage snippets and code completion
- PLANNED!
Completion for other XML file types - IN PROGRESS!
Completion for hscript (callbacks, functions, variables)
- Download the .vsix file from the latest release
- Open Visual Studio Code and select Extensions from the left bar
- At the top of Extensions menu click on three dots and select "Install From VSIX..."
- In the Install from VSIX window select downloaded .vsix file
- Restart Visual Studio Code
Fixed regex for arrow functions Removed the command example from vscode 💀 (i left it in by accident) Changed repo url to the CodenameCrew one
Changed Codename Autocomplete Prefix to "CNE" Added the default hscript events and callbacks (no type checking) (global scripts has different autocomplete than normal scripts)
The first release yay!
Any pull requests are appreciated, feel free to Pull Request any missing stuff!
NOTE : If you don't know how to install dependencies use npm install
- Install npm
- Clone this repo with
git clone https://github.com/CodenameCrew/CNE-Autocomplete.git
- To install all the libraries run
npm install
- And to compile run
npm run build