dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
673 stars 180 forks source link

Editing Evolved doesn't work (Go to Definition, Find References) #134

Closed rafalswiech3 closed 8 years ago

rafalswiech3 commented 8 years ago

VS Code version: 1.6.1 C# Extension version: 1.4.1

I've got problem MacOS Sierra

I installed latest VSCode and C# omnisharp extension but I can't use:

Go to Definition Find All references and other tools from editing evolved of VSCode. When I try to use them nothing happens.

I'm working with Unity3D project.

Also I can't see that options in context menu as on screenshot:

zrzut ekranu 2016-10-31 o 18 13 33

sorab2142 commented 8 years ago
  1. Check the extension for C#, you don't need the "recommended" C# extension, what you need is the Legacy Omnisharp extension.
  2. In the bottom status bar, next to the part where it shows the language of the current file (C#) there is a fire icon, if you have more than one solution (.sln) file, it will be green and say Select Project.
  3. If not it will show Running (for when it is loading) and then once loaded, it will display the name of your .sln file

Hope this helps.

rafalswiech3 commented 8 years ago

Thank you so much! It worked.

Also I had to update mono to latest version.