Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question unity and autocomplete visual studio code

Discussion in 'Getting Started' started by wernergast, Jan 30, 2023.

  1. wernergast

    wernergast

    Joined:
    Jul 12, 2022
    Posts:
    18
    Hi

    I want to start with Unity but my autocomplete dont work. I think the problem is that I have 2 visual studio codes on my computer. In external script editor I only see visual studio code and not the version. Do someone now how I can fix it?

    upload_2023-1-30_16-14-15.png

    upload_2023-1-30_16-25-37.png
     
  2. Kakanics

    Kakanics

    Joined:
    Jul 20, 2020
    Posts:
    1
    did you install the C# extension and NDK? also, in the external script editor, you can chose the browse version to select whichever VS code version you wanna use.

    refer to this tutorial for setting up intellisense
     
    beerbellybuffalo and wernergast like this.
  3. wernergast

    wernergast

    Joined:
    Jul 12, 2022
    Posts:
    18
    I followed the video and fix the problem, I didn't know about the output in VS.
    The error was something else.
    Thanks.

    The issue was this:
    Could not locate MSBuild instance to register with OmniSharp

    And this was the fix :)
    upload_2023-1-30_19-33-24.png
     

    Attached Files:

    Kakanics likes this.