search
HomeDevelopment ToolsVSCodeHow to check who called a function in vscode

How to check who called a function in vscode

How to check who calls a function in vscode?

In vscode software, if you want to check who calls a function, You can use the shortcut key [Shift F12] to find all references.

Preface

VSCode’s shortcut keys inherit some IDE styles, including VS Studio and Emacs. Figure,

In short, once you are familiar with the built-in shortcut keys, your efficiency will be improved by more than one point or two.

There are five combinations of shortcut keys (popular science)

  1. Ctrl Shift ?: This conventional combination button
  2. Ctrl C Ctrl V: A combination that relies on one key at the same time
  3. Shift V C: Combine first and then click Key input
  4. Ctrl Click: Keyboard mouse click
  5. Ctrl DragMouse: Keyboard mouse drag

# Most keys under ##macos are the same, Ctrl is replaced with Command

##Shortcut keys

General shortcut keys

Shortcut keys##Ctrl Shift P,F1Display the global command panelCtrl PQuickly open recently opened filesCtrl Shift NOpen a new editor windowCtrl Shift WClose editor
Function

##Basic editing

Shortcut keysFunctionCtrl Move lines up and downShift Alt up/downCopy the current line up and downCtrl Shift KDelete lineCtrl EnterInsert a new line under the current lineCtrl Shift EnterInsert a new line on the current lineCtrl Shift | Match the closing brace, jumpLine indentationCursor jumps to the beginning of the lineThe cursor jumps to the end of the lineCtrl HomeJumps to the top of the pageCtrl EndJump to the end of the pageCtrl up/downOffset row view up and down Alt PgUp/PgDownScreen view offset up and downCtrl Shift [Collapse area CodeCtrl Shift ]Expand area codeCtrl K Ctrl [Collapse all children Region codeCtrl k Ctrl ]Expand all collapsed sub-region codesCtrl K Ctrl 0Collapse all area codesCtrl K Ctrl JExpand all collapsed area codesCtrl K Ctrl CAdd line commentCtrl K Ctrl UDelete line commentCtrl /Add closing line commentShift Alt ABlock area commentAlt ZAdd Close words containing

Navigation

Ctrl ] / [
Home
End
##Ctrl TList all symbolsCtrl GJump lineCtrl PJump fileCtrl Shift OJump Go to the symbolCtrl Shift MOpen the problem display panelF8Jump to Next error or warningShift F8Jump to the previous error or warningCtrl Shift TabSwitch to the most recently opened fileAlt left / rightBackward, forwardCtrl MEnter and use Tab to move the focus
Shortcut keys Function

##Query Replace

Shortcut keysCtrl FCtrl HF3 / Shift F3Alt EnterCtrl DCtrl K Ctrl DAlt C / R / W
Function
Query
Replace
Query Previous/Previous
Select all occurrences of
Match the currently selected word or line, select again - operable
Move the current selection to the position of the next matching selection (cursor selected)

##Multi-line cursor operation on selection

Shortcut keysFunctionAlt ClickInsert cursor - supports multiple Ctrl Alt up/down Insert the cursor up and down - supports multiple Ctrl UUndo the last cursor operationShift Alt IInsert the cursor to all line terminators in the selected rangeCtrl ISelect the current lineCtrl Shift LSelect all lines that appear in the current selection-OperationCtrl F2Select all words that appear in the current selection-OperationShift Alt rightExpand the selection from the cursor to the entire lineContract the selection areaMouse drag area and insert the cursor at multiple line terminators at the same time is also used to insert multiple lines of cursor [arrow key control] is also used to insert multiple lines Line cursor [valid for the entire screen]
##Shift Alt left
Shift Alt (drag mouse)
Ctrl Shift Alt (Arrow Key)
Ctrl Shift Alt PgUp/PgDown

##Rich language operations

Shortcut keys
FunctionInput suggestions [intelligent prompt]
##Ctrl Space
Ctrl Shift Space Parameter prompt
Tab Emmet Command trigger/indent
Shift Alt F Format code
Ctrl K Ctrl F Format Change the code of the selected part
F12 Jump to the definition
Alt F12 Code Fragment display definition
Ctrl K F12 Open definition in other window
Ctrl . Syntax errors that can be fixed in the Quick Fix section
Shift F12 Show all references
F2 Rename symbol
Ctrl Shift . / , Replace the next value
Ctrl K Ctrl X Remove whitespace characters
Ctrl K M Change page document format

Editor management

##Ctrl F4, Ctrl WClose the editorCtrl k FClose the currently open folderCtrl |Cut editing window Ctrl 1/2/3Switch focus in different cutting windowsCtrl K Ctrl Switch focus in Different cutting windowsCtrl Shift PgUp/PgDownSwitch tab positionCtrl K Cutting window position exchange
Shortcut keys Function

#File Management

Shortcut keysCtrl NCtrl OCtrl SCtrl Shift SCtrl K SCtrl F4Ctrl K Ctrl WCtrl Shift TCtrl K EnterCtrl Shift TabCtrl TabCtrl K P Ctrl K RCtrl K O
Function
New file
Open file
Save file
Save as
Save all currently open files
Close the current editing window
Close all editing windows
Undo a recently closed file editing window
Keep it open
Call up the list of recently opened files, press repeatedly to switch
Same as above, the order is inconsistent
Copy the storage path of the currently opened file
Open the currently edited file storage location [File Manager]
Open the currently edited file in a new editor

show

Shortcut keysF11Shift Alt 1Ctrl =/-Ctrl BCtrl Shift ECtrl Shift FCtrl Shift GCtrl Shift DCtrl Shift XCtrl Shift HCtrl Shift JCtrl Shift VCtrl K v
Function
Switch full screen mode
Switch editing layout [currently invalid]
Zoom in/out
Sidebar display and hide
Focus switch between resource view and edit view
Open global search
Open Git visual management
Open the DeBug panel
Open the plug-in market panel
Replace query in the current file
Open detailed query
Preview Markdown file [after compilation]
Open the rendered view in the sidebar [New 】

debug

Shortcut keysF9F5F11 / Shift F11F10Ctrl K Ctrl I

Integrated terminal

Function
Add release breakpoint
Start debugging and continue
Single step into/single step out
Single step skip
Show suspension
##Ctrl `Open the integrated terminalCtrl Shift `Create a new terminalCtrl Shift CCopy selected##Ctrl Shift VShift PgUp / PgDownCtrl Home / End
Shortcut keys Function
Copy to the currently activated terminal
Scroll up and down the page
Scroll to the beginning or end of the page

##Summary All translations are definitely not standard translations. My translations are closer to colloquialism and usage

The above is the detailed content of How to check who called a function in vscode. 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
手把手带你会习VSCode debug,不信你还不会!手把手带你会习VSCode debug,不信你还不会!Mar 31, 2022 pm 08:45 PM

2022年了,该学会用VSCode debug了!下面本篇文章手把手带大家会习VSCode debug,希望对大家有所帮助!

浅析VSCode怎么关闭自动更新浅析VSCode怎么关闭自动更新Jun 02, 2022 pm 12:56 PM

VSCode怎么关闭自动更新?下面本篇文章给大家介绍一下VSCode关闭自动更新的方法,希望对大家有所帮助!

手把手带你在VSCode中配置 Geant4 和 Root手把手带你在VSCode中配置 Geant4 和 RootApr 25, 2022 pm 08:57 PM

本篇是VSCode配置文章,手把手教大家怎么在VSCode​中配置使用 Geant4 和 Root,希望对大家有所帮助!

扒一扒vscode Prettier选项中的16个实用属性,让代码变美!扒一扒vscode Prettier选项中的16个实用属性,让代码变美!May 03, 2022 am 10:00 AM

本篇文章扒拉一下vscode Prettier的选项,总结分享16个让你的代码变漂亮的属性,希望对大家有所帮助!

23个提高开发效率的前端VSCode插件(快来收藏)23个提高开发效率的前端VSCode插件(快来收藏)Jul 25, 2022 pm 08:06 PM

本篇文章给大家分享23个前端VSCode插件,助你提高开发效率,让你事半功倍,快来收藏吧!

总结分享12个好玩有趣的 VSCODE 插件总结分享12个好玩有趣的 VSCODE 插件May 27, 2022 am 11:06 AM

“工欲善其事,必先利其器!”,vscode作为前端开发的重要工具,其插件能大幅提升战斗力,精心收集12个插件,总有几款你还未曾拥有。

VSCode中如何开发uni-app?(教程分享)VSCode中如何开发uni-app?(教程分享)May 13, 2022 pm 08:11 PM

VSCode中如何开发uni-app?下面本篇文章给大家分享一下VSCode中开发uni-app的教程,这可能是最好、最详细的教程了。快来看看!

手把手教你在VScode中配置C/C++环境(Win下)手把手教你在VScode中配置C/C++环境(Win下)Oct 10, 2022 pm 06:52 PM

VScode中怎么开发置C/C++?怎么配置C/C++环境?下面本篇文章给大家分享一下Windows系统下VScode配置C/C++环境图文教程,希望对大家有所帮助!

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!