- Fixed bug preventing codebase analysis from running
- Updated README to include showcase
- Fixed broken definition support from last update. Everything should work now.
- Added more support for command definitions
- Added the ability to find references (Not context specific)
- Update to VSCode client and server versions
- Update to
On Hover
information for command - Unintentional broken definition support
- ReEnabled
ctrl+click
on files, fixed issue where it would automatically go to file when you hovered over it. - Updated to include auto completion when writing variable or command names
- Will now show definitions of commands when you hover over them (Most commands missing definitions currently :) )
- When typing
.macro
a.endm
will automatically be appended. - Package should be smaller.
- Temporary disable of
ctrl+click
on files
- "Go To Definition" support (or
ctrl+click
) for Labels, Variables, and Macros* - Ability to go to file through "Go To Definition" (or
ctrl+click
) - Hover over PowerPC commands to see a description of their use.
- Hover over Hex codes and see their resolved numbers.
- Also, if the hex happens to be a SSBM Global Address or Character Data Offset, relevant data will appear.
- Updated
storage.modifier.ppc.assembly
to account for spaces or tabs at the start of the string
- Initial release