game-patches
game-patches copied to clipboard
Visual Studio Code extension for game patches
Serenity's Xenia Patch Maker is nice, but it has it's shortcomings:
- Doesn't have all of VSCode's features:
- No ESLint support.
- No automatic end of file newline or redundant newline removal on save.
- No multi-line cursor.
- No switching lines with Alt+Up/Down
- No Ctrl+S (Save) hotkey.
- Tab doesn't work properly. (switches to a different element in the window)
- Not resizable.
- No integrated terminal or version control.
- etc.
- Odd dependencies. (~~i.e. doesn't use Qt~~ making it difficult if not impossible to build with CI)
qt is only for c++ that am aware of
tab doesn't work properly. (switches to a different element in the window can you just make an issue on features you want added it only would take a few days to fix bugs and add toml support since patch extension was just a remedy
tab doesn't work properly. (switches to a different element in the window can you just make an issue on features you want added it only would take a few days to fix bugs and add toml support since patch extension was just a remedy
https://github.com/oSerenity/Xenia-Patch-Maker/issues/5
I made a Bash script, so there isn't as much of a need for this. (at least for me)