DonaldHays / rgbds-vscode

Visual Studio Code language extension for RGBDS GBZ80 Assembly
MIT License
65 stars 9 forks source link

Improved indentation support #16

Closed sukus21 closed 1 year ago

sukus21 commented 1 year ago

Hi, I have been using this extension for a few years now, and I like it a lot! It makes coding in assembly a much less tedious process, and being able to jump to a symbol by ctrl-clicking it is just wonderful to have. However, I have a few gripes with it that I would like to see remedied or fixed entirely, so I am going to make a series of pull requests, this one being the first!

This is the one that frustrates me the most: Better indentation support. I like to indent my code like you would in a traditional programming language. RGBDS fully supports this, but this extension gives me a lot of pushback, unfortunately.

Problems this aims to fix: