Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HJLebbink committed Mar 7, 2016
1 parent 0ef6b3c commit 3128e95
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ To run the extension from source code, Visual Studio 2015 SDK needs to be instal
###Customization:
Not happy with the highlighting or the descriptions. Mnemonics and descriptions can be added and changed by updating the AsmDudeData.xml file that will be stored next to the binaries when installing the plugin (.vsix). The directory where plugins are installed can be difficult to find, try something as C:\Users\<user>\AppData\Local\Microsoft\VisualStudio\14.0\Extensions. Please consider sharing your updates.

###Feature Requests: (Desire something, let me know)
* Documentation for opcodes. Hit F12 to get full official documentation of the selected opcode.
###Feature Requests: (desire something - let me know)
* ~~Documentation for opcodes. Hit F12 to get full official documentation of the selected opcode~~.
* Label analysis. When jumping to a label, check if the label exists. Check if labels are unique.
* Code folding for documentation blocks.
* Improved syntax highlighting. Add label highlights.
Expand All @@ -27,8 +27,9 @@ Not happy with the highlighting or the descriptions. Mnemonics and descriptions
* 20 February 2016: Added highlighting and descriptions for SSE, AVX, AVX2 instructions.
* 21 February 2016: Added .vsix installer
* 22 February 2016: Added .vsix installer to the visual studio extensions gallery
* 23 February 2016: Added code completion
* 26 February 2016: Added code folding
* 2 March 2016: Added options for customizations.
* 23 February 2016: Added code completion [v1.1]
* 26 February 2016: Added code folding [v1.2]
* 2 March 2016: Added option pages for customizations. [v1.4]
* 7 March 2016: Added documentation for opcodes for CTRL + left mouse. [v1.4.2]


0 comments on commit 3128e95

Please sign in to comment.