Share via

[Visual Studio 2019] Code Definition Windows question.

jung 21 Reputation points
2021-08-11T04:29:11.003+00:00

hello,

i select variable, but Code Definition Windows do not show anything.

how can i solve this?

122129-image.png

122202-image.png

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

Answer accepted by question author
  1. Viorel 126.8K Reputation points
    2021-08-11T07:18:06.097+00:00

    In C# you can press <Alt+F12> or <F12> to view the definition. It seems that Code Definition Window is for C++ (https://learn.microsoft.com/en-us/visualstudio/ide/viewing-the-structure-of-code?view=vs-2019#code-definition-window-c).

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.