I’m using Visual Studio C# Express for my scripting and so far it’s been working perfectly, but when I now created an editor script and put it in the “Editor” folder it went in a separate Visual Studio project called Assembly-CSharp-Editor.csproj instead of going in my default Assembly-CSharp.csproj.
Now I have to work in two different VS projects to do my scripting. Is it supposed to be like this or is this another limitation when using C# Express instead of the full Visual Studio?