HJLebbink / asm-dude

Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the case of highlighted text

IM-Tse opened this issue · comments

It is hoped that the highlighted text will not automatically change the case when it is filled in, which is consistent with the "name" format of the AsmDudeData.xml file.
E.g:
the PTR,it will mot be changed to ptr
<directive name="PTR" tool="MASM"> <description>TODO</description> </directive>

You may have figured by now that when you start typing with lower case, autocomplete will fill-in with lower case, when started with upper case, autocomplete will fill-in with upper cases. The cases in the xml are not used.