10 results found
-
Default keyboard shortcuts reference - Visual Studio Code
⌘K ⌘0 (Windows, Linux Ctrl+K Ctrl+0) editor.foldAll: Unfold (uncollapse) all regions: ⌘K ⌘J (Windows, Linux Ctrl+K Ctrl+J) editor.unfoldAll: Add Line Comment: ⌘K ⌘C (Windows, Linux Ctrl+K Ctrl+C) editor.action.addCommentLine: Remove Line Comment: ⌘K ⌘U (Windows, Linux Ctrl+K Ctrl+U) editor.action.removeCommentLine: Toggle Line ...
-
Keyboard shortcuts for Visual Studio Code
Keyboard Shortcuts reference. We have a printable version of the default keyboard shortcuts. Select Help > Keyboard Shortcut Reference to display a condensed PDF version suitable for printing as an easy reference.. The following links provide access to the three platform-specific versions (US English keyboard):
-
Visual Studio Code tips and tricks
To view the Git output, select the (...) button in the Source Control view, and then select Show Git Output, use the Git: Show Git Output command, or use the Toggle Output command (⇧⌘U (Windows Ctrl+Shift+U, Linux Ctrl+K Ctrl+H)) and then select Git from the dropdown. Gutter indicators
-
Formatting Python in VS Code - Visual Studio Code
Formatting Python in VS Code. Formatting makes source code easier to read by human beings. By enforcing particular rules and conventions such as line spacing, indents, and spacing around operators, the code becomes more visually organized and comprehensible.
-
Editing TypeScript - Visual Studio Code
Inlay hints. Inlay hints add additional inline information to source code to help you understand what the code does. Parameter name inlay hints show the names of parameters in function calls:. This can help you understand the meaning of each argument at a glance, which is especially helpful for functions that take Boolean flags or have parameters that are easy to mix up.
-
Variables reference - Visual Studio Code
Variables reference. Visual Studio Code supports variable substitution in Debugging and Task configuration files, and for some select settings. Variable substitution is supported inside some key and value strings in launch.json and tasks.json files by using the ${variableName} syntax.. Predefined variables
-
Edit Jupyter notebooks with AI in VS Code - Visual Studio Code
When the response is generated, notice that the code is updated in the notebook cell. You can Accept the changes and decide to Accept and Run the cell changes.. To generate a new cell with AI, select the Generate button in the notebook view, or don't focus on a cell and press ⌘I (Windows, Linux Ctrl+I) to open the inline chat view for a new cell.. Make edits across multiple cells
-
IntelliSense for cross-compiling - Visual Studio Code
Configure Visual Studio Code c_cpp_properties.json to get IntelliSense when you are compiling for a different platform
-
April 2025 (version 1.100) - Visual Studio Code
Review the changelog for the 0.110.0 release of the extension to learn about the other highlights. Extension Authoring Text Encodings. We finalized the API for working with text encodings in VS Code. Specifically, this new API allows you to: Get the current encoding of a TextDocument; Open a TextDocument with a specific encoding
-
Emmet in Visual Studio Code
The format for the filter.commentAfter preference is different in VS Code Emmet 2.0. For example, instead of: "emmet.preferences": {"filter.commentAfter": " \n "} in VS Code, you would use a simpler: "emmet.preferences": {"filter.commentAfter": " \n "} Trim filter (t)