visual studio - Code Definition Window not working in VS2015 -


just upgraded visual studio 2015 , code definition window not working.it says "no definition selected" no matter select. project windows forms written in c#.

  • go definition , peek definition working fine
  • went vs2013 try out , it's still working there
  • tried make brand new project in vs2015 see if project related, not
  • checked couple of colleagues , wasn't working them either

i have feeling either bug in vs2015 or sort of configuration change.

anyone found way configure it, or sort of work around , running again?

i got reply microsoft on bug report. turns out it's not implemented , possibly never be:

hi,

based on fact peek definition introduced in vs2013, combined telemetry data shows tiny percentage of users ever display code definition window, decided not implement support part of roslyn. i've filed issue on our github project consider resurrecting it.

thanks report! -- kevin pilch-bisson visual studio managed languages

here´s github issue kevin created in response bug report in july: https://github.com/dotnet/roslyn/issues/4224


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -