patrickdemers6/legv8-vscode

Add legv8 code snippets

JoaoLira-br opened this issue · 3 comments

Integrate basic legv8 code snippets

I haven't used VS Code snippets much before but think they would be great to add. What would some useful ones be for legv8?

I think the best ones for assembly would be the ones that do stack manipulation (which is pretty repetitive) and Load and Store instructions

I have the stack manipulation snippets plus some other basic ones in this file, but not yet for the Load and store instructions
legv8_snippets.txt

Transferred from patrickdemers6/legv8-language-server as this is specific to VS Code snippets.