Releases: KaptainMicila/ZScript-VSCode
Releases · KaptainMicila/ZScript-VSCode
VERSION 1.9.4
VERSION 1.9.3
- Fixed: broken decimal point identification
- Fixed:
:
character making everything after it a class (even if they weren't) - Added:
?
to the operators list
VERSION 1.9.2
- Fixed:
NULL
was seen as a constant instead of a keyword (likenull
does) - My thanks to @DenisBelmondo for:
VERSION 1.9.1
What's Changed
- Added Special Lumps support
VERSION 1.8.4
- Made extension final weight lighter
VERSION 1.8.1
- Rewrote the whole thing for not murdering "VSCode & Co." with huge files (LOC > 1000) and to look actually decent
- Sneak peak for auto-complete (working this time, I swear: you can even try it if you know how compile this mess)
- Some other fixes (and bugs) I forgot during the rewrite.
VERSION 1.6.1
- Added comments support for file parsing (I'm gonna need it for context support)
- Added types for contextes (is it a class? An enum? A struct? ...)
- Microfixes around the place
- A little peek to what to do next (maybe)
VERSION 1.7.6
- Removed all kinds of auto-complete until I manage to make the system good enough
VERSION 1.7.5
- Added support for more bracket types (useful for future updates)
- Various fixes to syntax highlighting (less stuff is now a class, like it should be)
- Many more forgotten ""fixes"" (sorry)
- Added "donations" support. I need more pizza.
VERSION 1.7.4
- Added 1471 names of built-in classes and 76 of built-in structs to the autocompletion
- Added small documentation to 1% of these names (I'm NOT gonna continue that)
- Added
A_*
functions highlighting (previously broken, for some reason)