Latest information regarding vscode-maniascript
Complete variable autocompletion, now if you declare a variable with its type, completion for this type will be used
Add full autocompletion for Struct variables
Add variable autocompletion
Add RequiredContext autocompletion
Update of json completion file
Enum completion partially working
Add inheritance support
Add enum types support
Update completions.json file
Add snippets when selecting a method
Now only the name of the attribute or of the method is research
Add support for snippets
Modules bug fix
Add types completion and function overloading
Update the completion.json file to lastest version of maniascript (website used : https://www.uaseco.org/maniascript/2018-03-29/annotated.html)
Use of https://github.com/Noomaok/maniascript-completion-updater to generate the completions.json file
Add missing repository field to package.json
Fix changelog
Fix readme
A naive implementation of Intellisense has been added, with more features yet to come.
Official release
- tmLanguage file is now separate from the project
Documentation fixes : Fixed an issue where broken links occurred with png file links
Implemented support for labels
- Expand / collapse code blocks when indented
Implemented support for formatted strings
Implemented support for template strings with embedded scripts
Add icon for marketplace in vs code
Change name from "maniascript grammar" to "mania script"
Implement YAML and build src to tmLanguage file
Overhaul
Bug fixes