Minimum featured HLASM highlighter and LSP extension for VS Code.
Tip: Add editor configuration in
user.settings
to highlight continuation column, e.g.[hlasm] : { "editor.rulers" : [71, 72, 80]},
Go to definition via Ctrl + click
or F12
.
Highlighting and symbol resolution via Ctrl + Shift + O
:
Pull requests welcome!