Releases: kirides/vscode-daedalus
Releases · kirides/vscode-daedalus
updated language server & dependencies
v0.0.14 updated deps
v0.0.13 - updated languageserver
feature
- reads
Gothic.src
,Camera.src
,Menu.src
,Music.
,ParticleFX.src
,SFX.src
,VisualFX.src
fix
- fixed
panic
when opening file from vscode diff-view
other
- updated antlr
v0.0.12 - validation of function argument count, if statement ending semicolon
make item, other, victim constants and upgrade version
updated languageserver, increased productivity
New in this release
- Updated dependencies ( build to target VS Code >=1.50.0 )
- LanguageServer update. Parsing is now done in the background which allows for much more responsiveness. (Requests are now answered ASAP instead of waiting for the initial parsing to complete)
v0.0.10 - Arrays and methodcall validation
v0.0.9 - more syntax errors
Added syntax errors for
- missing semicolon in if/else/else if statements
- basic string concatenation using the
+
operator
v0.0.8 - better syntax highlighting, new languageserver
Features
- Better Syntax highlighting for
else
,else if
(supports inline comments now) - uses the new language server written in GO (a lot less files and smaller package size)
Notes
There are two versions of this extension now, one that is UPX'd (binary compression to save disk-space and bandwidth) and one without compression.
Public alpha v0.0.7
Added
GoToDefinition
/ Hovering over symbols now works for local variables/func parameters (language server)- Added warning for missing
;
inif/else if/else
statements (language server) - minor performance improvements (language server)
Public alpha v0.0.5
Changes
- be more robust in case of bad filepaths in Gothic.src (writes Warnings/Errors into the languageserver output log)
- display parsing error of Gothic.src to the user
Public alpha v0.0.4
Fixes
- syntax errors created from parsing
Gothic.src
created unclickable errors
New
- hugely improved parsing time required for daedalus code.
- switch parsers preditionmode to default to
SLL
mode withLL
fallback.
- switch parsers preditionmode to default to