10 results found
-
Basic editing - Visual Studio Code
You can control word wrap through the editor.wordWrap setting. By default, editor.wordWrap is off but if you set to it to on, text will wrap on the editor's viewport width.
-
February 2017 (version 1.10) - Visual Studio Code
In this release, we added support for language specific default settings and we now turn on word wrap by default for Markdown files. Manually trigger save actions
-
October 2022 (version 1.73) - Visual Studio Code
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.
-
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.
-
Personalize VS Code
Almost every aspect of VS Code can be customized via settings. 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
After focusing on housekeeping, we have also addressed several feature requests and community pull requests. This resulted in many new features and settings, some of the key highlights include: Word wrap in diff editor - Both inline and side-by-side views now support word wrapping.
-
August 2016 (version 1.5) - Visual Studio Code
To enable file icons, pick a File Icon Theme: Use the global menu File > Preferences > File Icon Theme. Use the Preferences: File Icon Theme command in the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)). By default, no file icon set is configured and the File Explorer doesn't render icons.
-
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. Your favorite editor extensions like Bracket Pair Colorizer and Snippets should just work.
-
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
-
January 2017 (version 1.9) - Visual Studio Code
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