10 results found
-
Basic editing - Visual Studio Code
Basic editing Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code. Keyboard shortcuts Being able to keep your hands on the keyboard when writing code is crucial for high productivity. VS Code has a rich set of default ...
-
January 2024 (version 1.86) - Visual Studio Code
The Output panel now supports toggling word wrap by using the View: Toggle Word Wrap command. This is useful for viewing long lines of text in the Output panel.
-
February 2017 (version 1.10) - Visual Studio Code
Word wrap settings redesign In VS Code 1.9, we've changed the Toggle Word Wrap action to persist to User settings. The change was received with mixed feelings by our community, so for VS Code 1.10 we have rolled back that change and the action will only temporarily affect the current focused editor.
-
Personalize VS Code
Settings let you configure editor options such as enabling word wrapping or showing the minimap, setting up language-specific debugger settings, enabling Workspace Trust, and more.
-
November 2020 (version 1.52) - Visual Studio Code
Word wrap in diff editor - Both inline and side-by-side views now support word wrapping. New extension bisect feature - Troubleshoot which extensions are causing issues in VS Code. Keyboard shortcuts editor improvements - Create a keybinding from the Command Palette. Undo file operations in Explorer - Undo or redo file operations in the Explorer.
-
October 2022 (version 1.73) - Visual Studio Code
Word wrapping in screen reader mode Word wrapping had been disabled when running VS Code in screen reader mode to prevent a degraded screen reader experience. This has been fixed and can be enabled via editor.wordWrap. Accessibility setting tag An accessibility tag is now available to improve discoverability of accessibility related settings.
-
The Coming of Age of Notebooks - Visual Studio Code
Quick fixes, outline, source actions, refactorings, multiple-cursors, word wrapping, shrink and expand selection, column selection mode, change casing, and other editor experiences should be the same.
-
June 2019 (version 1.36) - Visual Studio Code
Disable console word wrap A new setting, debug.console.wordWrap, controls whether word wrap is enabled in the Debug Console. By default, all lines are wrapped. If the setting is turned off, the lines will no longer break in the Debug Console and there is a horizontal scrollbar. Node.js debug configuration attribute useWSL is deprecated
-
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists common default keyboard shortcuts in VS Code. For a full list of keyboard shortcuts, use either of these options within VS Code: Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command Palette. Open the Keyboard Shortcuts editor, and then select Show System ...
-
January 2017 (version 1.9) - Visual Studio Code
Persistent view options Using Toggle Word Wrap, Toggle Render Whitespace and Toggle Control Characters will now persist the toggled value to user settings. Match Case and Whole Words in multi-cursor actions The multi-cursor actions always changed their behavior based on the toggle values for "Match Case" and "Whole Words".