简体   繁体   中英

Find usage in Visual C++ with Visual Assist

I am using VS 2010, does Visual C++ with Visual Assist provide refactor functions on finding usage of variables? I right click the variable and the find usage function is always grey out.

Find All References in the context menu is the IDE version of the command.

To use Find References from Visual Assist, try one of:

  1. open the "Refactoring (VA)" sub-menu of the context menu
  2. use the default shortcut Shift+Alt+F
  3. open the Quick Refactoring Menu with Shift+Alt+Q ("refactoring" is used loosely in this instance.)

右键单击变量,然后选择“重构(VA)-查找引用”,它对我有用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM