General file support for .asm
and .s
files. See section below for details.
- Syntax highlight
- Go to definition support
- Find References
- Code Autocompletion (Variables/Commands/Macros)
- Outline
- Open File/folder
- Snippets (Need a list of useful snippets)
- Highlight of Labels, Commands, Comments, Strings, Numbers, Hex, etc
Go to Definition
Peek Definition
- Autocomplete for known variables/macros
Asm File Support: Reparse workspace
: Useful after external changes (eg: switching branches) to find all new context dataAsm File Support: Show extension changes
: Opens your favorite changelog to show what's new :)Asm File Support: About
: Opens the readme file
All snippets start with the character _
to be able to quickly search for them.
Clone and build the repo:
git clone https://github.com/OGoodness/VSCode-PowerPC-Syntax.git
cd VSCode-PowerPC-Syntax
# code .
npm install
npm run watch
Whenever you make changes to the application you need to run the watch
command, that way TypeScript can actively look for changes.
From there do the following:
- Open VS Code on this folder.
- Run the above command.
- Switch to the Debug viewlet.
- Select
Launch Client
from the drop down. - Run the launch config.
- If you want to debug the server as well use the launch configuration
Attach to Server
Make your changes and open up a PR! :D
Snippets: