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

Request: Differentiate between data and code labels on VScode OUTLINE

Open sdsnatcher opened this issue 1 month ago • 1 comments

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

sdsnatcher avatar Jan 19 '25 12:01 sdsnatcher