Home  >  Article  >  Development Tools  >  Can vscode check where functions are referenced?

Can vscode check where functions are referenced?

Guanhui
GuanhuiOriginal
2020-04-30 16:34:137525browse

Can vscode check where functions are referenced?

Can vscode check where functions are referenced?

Answer: vscode can check where functions are referenced

Shortcut keys

Shift F12 View reference

View method

First find the function you need to view; then double-click to select the function name ; Then press [Shift] [F12] to display the place where the function is referenced.

Can vscode check where functions are referenced?

Or click the right button of the mouse to display the drop-down menu; finally, find [Go to Reference] in the drop-down menu and click it.

Can vscode check where functions are referenced?

The above is the detailed content of Can vscode check where functions are referenced?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Can vscode be formatted?Next article:Can vscode be formatted?