Home > Development Tools > VSCode > body text

How to check who called a function in vscode

藏色散人
Release: 2019-12-24 10:32:53
Original
20643 people have browsed it

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!

Related labels:
source:php.cn
Previous article:How vscode tests html Next article:How to single-step debug vscode
Statement of this Website
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
Latest Articles by Author
Latest Issues
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!