v0.0.22 - semantic highlighting, Inlay hints, performance, ...
Deprecated - Please use atleast v0.0.23
- Language Server updated kirides/DaedalusLanguageServer@3ee6716...65ae126
- semantic highlighting: it's now easier than ever to figure out if a variable is a constant, a parameter, local or some global
coloring is depending on the used theme - inlay hints
All settings can be toggled in VS Code settings.json
{
// ...
"[daedalus]": {
// ...
// set this to false if semantic highlighting is not wanted
"editor.semanticHighlighting.enabled": "configuredByTheme",
// set this to off, or offUnlessPressed if its not wanted
"editor.inlayHints.enabled": "offUnlessPressed",
},
}