I have a main Assembly-CSharp.csproj and associated files that provide functions, definitions and documentation for them (and thus hints/tooltips/auto-completion/etc.). And I have another folder outside of that project open in VSCode, but when I create scripts in this outside folder I can't access any definitions from the main project. How can I reference them without moving any files between folders if I only want IntelliSense to work?
I tried googling it, official docs suggest setting up entire new project but as far as I could understand you need the main csproj inside the workspace, so that doesn't work for me.