z80-macroasm-vscode icon indicating copy to clipboard operation
z80-macroasm-vscode copied to clipboard

Support for Z80 macro-assemblers in Visual Studio Code

Results 4 z80-macroasm-vscode issues
Sort by recently updated
recently updated
newest added

This can be achieved by adding this to `language.configuration.json`: ``` "folding": { "markers": { "start": "^\\s*;\\s*#?region\\b", "end": "^\\s*;\\s*#?endregion\\b" } } ```

Type: `ld a,0xC0+2` Then type Space. Result: +2 gets deleted. `ld a,0xC0`

Hi! Thanks for this great extension. I seem to have a problem though. It seems that code completion for things like register and label names provided by this extension is...

Type: Development
Priority: Normal

Currently, all labels shown in the VSCode OUTLINE tab (IntelliSense) as variables (see the complete list of icons [here](https://code.visualstudio.com/docs/editor/intellisense#_types-of-completions)). It would be nice to differentiate between the following, to allow...

Type: Enhancement
Priority: Normal