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.
-
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.
-
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.
-
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.
-
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
-
Emmet in Visual Studio Code
This filter is applicable only when providing abbreviations for the Emmet: Wrap with Abbreviation command. It removes line markers from wrapped lines. Using custom Emmet snippets Custom Emmet snippets need to be defined in a json file named snippets.json. The emmet.extensionsPath setting should have the path to the directory containing this file.
-
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.
-
File management Search and replace Keyboard shortcuts for Windows
Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings
-
August 2016 (version 1.5) - Visual Studio Code
Editor: New settings to control word wrap and auto save. Quick Open: Performance improvements with Quick Open for large projects. Extension Authoring: Expanded editor command API to support VIM emulation. Note: We had planned to ship 1.5 fully translated. Unfortunately, there are some delays with the translations and we do not want hold this ...