Navigation & Search
Go to Definition
Instantly jump to the source code definition of a symbol.
Find All References
Locate every place a variable, method, or class is used.
Go to Member
Quickly search for members (methods, properties, fields) by name.
Go to File
Search for and open any file in your solution.
Find in Files
Search for text across all files in your solution or directory.
Editing & Refactoring
Code Snippets
Insert pre-defined code templates like loops, classes, and more.
Rename Symbol
Safely rename variables, methods, classes, etc., across your project.
Comment/Uncomment Line
Quickly add or remove single-line comments.
Uncomment Line
Remove single-line comments.
Format Document
Apply consistent code formatting to the entire document.
Smart Indent
Re-indent the current line or selection based on code context.
Debugging
Start Debugging
Begin debugging your application.
Step Over
Execute the current line and move to the next.
Step Into
Enter the current line (if it's a function call).
Step Out
Continue execution until the current function returns.
Add/Remove Breakpoint
Toggle a breakpoint on the current line.
Run to Cursor
Execute code until the cursor position.