neovim-unity
neovim-unity copied to clipboard
LSP not working for newly created files
LSP does not properly work for newly added files. Potential fix in this issue discussion: https://github.com/OmniSharp/omnisharp-roslyn/issues/2250
Newly created C# files have to be added to the Assembly-CSharp.csproj
file. This is done automatically by Unity if a supported external editor is chosen. This issue can be solved through the other major issue: https://github.com/walcht/neovim-unity/issues/8
For the moment this will be closed.