z80-macroasm-vscode
z80-macroasm-vscode copied to clipboard
Request: Differentiate between data and code labels on VScode OUTLINE
Currently, all labels shown in the VSCode OUTLINE tab (IntelliSense) as variables (see the complete list of icons here).
It would be nice to differentiate between the following, to allow quicker code navigation using the OUTLINE:
- data labels: as IntelliSense Variables
- code labels: as IntelliSense Methods and Functions
- defines: as IntelliSense Constants
- structures: as IntelliSense Structures