issues
search
toerob
/
vscode-tads3tools
Tads3 for Visual Studio Code
MIT License
12
stars
3
forks
source link
New features and fixes
#2
Closed
toerob
closed
3 years ago
toerob
commented
3 years ago
New Features:
Added LinkProvider (Filenames in include directives is now possible to ctrl-click)
Added HoverProvider (for templates, now all templates will be shown above when hovering over a class/object)
Templates gets added to the outliner
Bugs:
Sets the default makefile to Makefile.t3m, so Makefile-web.t3m or others aren't favored first.
Reparses the whole project on changing makefiles via command "setMakefile" and improves user feedback during parsing.
Improved parser (A few cases that weren't covered)
Fix diagnostics row issue (-1)
Setup azure pipelines
Fixing codelens issue
Fixed issue with preprocessed cached documents that not always kept the same length as unprocessed text.
Ensure
obj
folder during diagnosis, so there will be no error reporting on that
New Features:
Bugs:
obj
folder during diagnosis, so there will be no error reporting on that