neovim-unity
neovim-unity copied to clipboard
Custom-editor-GUI-for-Neovim-editor
Essentially, we want to bypass the whole "selecting a different code editor to be able to regenerate .csproj files" and do that through custom C# scripts.
This reference is extremely helpful! https://github.com/wackoisgod/com.unity.ide.vscode/blob/sdk-style-support/Packages/com.unity.ide.vscode/Editor/VSCodeScriptEditor.cs
Since my knowledge of .csproj scripts is, uhmm, bad, any help is greatly appreciated!