Questions tagged [visual-studio-code]
The visual-studio-code tag has no summary.
26 questions
0
votes
1
answer
102
views
For some reason, autocompletion works even though it's "Disconnected."
I installed the following extension: https://marketplace.visualstudio.com/items?itemName=woberg.godot-dotnet-tools
but I'm not sure if it's actually related to autocompletion. I've tried turning the ...
1
vote
1
answer
807
views
Intellisense broken after installing Unity VSCode extension
I didn't use VSCode since two weeks ago. Today, I opened my Unity Project. VSCode updated some extensions and unhappily, Intellisense doesn't work anymore. I didn't change VSCode settings — all ...
0
votes
0
answers
852
views
How to make a class diagram in unity engine?
I'm a newbie and learning unity engine. I want to make a class diagram in unity to control my script efficiently. when I create a C# script look up the class diagram but I don't see that. my question ...
1
vote
1
answer
1k
views
instantiateInWorldSpace vs. worldPositionStays in Unity
I'm trying to instantiate an object using Object.Instantiate() like this:
Instantiate(carrot, transform, true);
according to the ...
0
votes
1
answer
896
views
VS code sometimes doesn't recognize Unity APIs
Unity debugger plugin and C# plugin are installed but Visual Studio Code does not recognize Unity APIs. Intelisense does not work. How can I fix?
3
votes
1
answer
14k
views
How can I change the root namespace for scripts in Unity?
How can I change the root namespace for scripts in Unity?
I went to Edit - Project Settings... - ...
0
votes
5
answers
3k
views
Visual Studio Code Unity AutoComplete still not working
I am having an issue with Visual Studio Code AutoComplete for Unity.
Some of the autocomplete is working, such as: void Start(), ...
1
vote
1
answer
2k
views
Why are Visual Studio and VSCode not giving me a dropdown list of methods and options etc?
I am using VSCode but I have also tried Visual Studio 2019 to write code for Unity, but when I'm writing the lines I don't get dropdown menus with for example the methods this class holds. Or objects. ...
0
votes
1
answer
460
views
Prevent VS Code opening the Unity scripts twice
Is it possible to prevent VS Code opening the Unity scripts twice?
E.g. I opened Unity project, double clicked a script and got my project (Assets folder) opened in VS Code, now I go to Unity make a ...
0
votes
1
answer
394
views
Intellisence doesn't show the ECS API Summaries
I am not sure if this is more of an ECS topic problem or packages in general. but it would be really helpful for ECS programming with all the summaries the Unity has provided. For unity engine methods,...
3
votes
0
answers
3k
views
How do I attach the Visual Studio Code debugger to Godot
At 3.0 Godot now supports C# and encourages the use of Visual Studio Code to edit this code.
It is not clear how to attach VS Code so that we an apply breakpoints and debug a project at runtime.
I ...
1
vote
0
answers
187
views
Keep the same code format no matter the IDE [closed]
In webdevelopment, there is a file called .editorconfig which have all the standards and format for the IDEs to follow, so no matter with what IDE you are working, ...
1
vote
1
answer
2k
views
No intellisense with with Unity 5.5, Visual Studio Code integration, OSX 10.12.1
I get this with the listed software. It doesn't recognize object types and I can't use reference-finding. I have the Omnisharp plugin installed and updated. Just wondering if this is supposed to work ...