Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio Code extension for game patches #88

Open
Margen67 opened this issue Feb 22, 2022 · 4 comments
Open

Visual Studio Code extension for game patches #88

Margen67 opened this issue Feb 22, 2022 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@Margen67
Copy link
Member

Margen67 commented Feb 22, 2022

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)
@Margen67 Margen67 added the help wanted Extra attention is needed label Feb 22, 2022
@Margen67 Margen67 pinned this issue Feb 22, 2022
@oSerenity
Copy link
Collaborator

qt is only for c++ that am aware of

@oSerenity
Copy link
Collaborator

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

@Margen67
Copy link
Member Author

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

XboxChef/Xenia-Patch-Maker#5

@Margen67
Copy link
Member Author

Margen67 commented Mar 7, 2022

I made a Bash script, so there isn't as much of a need for this. (at least for me)

@Margen67 Margen67 unpinned this issue Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants