Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make soft text wrapping easier discoverable #1695

Closed
egamma opened this issue Dec 29, 2015 · 8 comments
Closed

Make soft text wrapping easier discoverable #1695

egamma opened this issue Dec 29, 2015 · 8 comments
Labels
feature-request Request for new features or functionality ux User experience issues
Milestone

Comments

@egamma
Copy link
Member

egamma commented Dec 29, 2015

We are receiving regular questions about how to enable soft text wrapping. See also the discussion in #342.

Open Settings and add "editor.wrappingColumn": 0 .

@egamma egamma added the ux User experience issues label Dec 29, 2015
@egamma
Copy link
Member Author

egamma commented Dec 29, 2015

CC @Tyriar

@Tyriar
Copy link
Member

Tyriar commented Dec 29, 2015

👍

#324 is the issue with the discussion

@bpasero bpasero added the feature-request Request for new features or functionality label Dec 30, 2015
@bpasero bpasero added this to the Backlog milestone Dec 30, 2015
@ctlajoie
Copy link

How are you guys thinking thinking this would be implemented? Would this menu item to toggle soft wrap (referenced from #324) only affect the currently opened document? Besides that, the only other thing I think you can do is to directly modify the user's settings.json file.

Regarding discoverability (with no disrespect or condescension intended), the typical way to modify settings in Code is with the settings.json file. If I were looking for a setting to wrap text, that's where I would look first.

@Tyriar
Copy link
Member

Tyriar commented Dec 30, 2015

Personally I'd want it exposed through the view menu and potentially with a hotkey (something like ctrl(+shift?)+w). I would also want it to just affect the present file until it's closed or removed from working files.

@ctlajoie
Copy link

Makes sense.. user settings are applied globally, but line wrapping is something that perhaps most people would only want to enable temporarily, and only on a specific file. What you suggested would accomplish that.

@felixfbecker
Copy link
Contributor

I would also like to see this. Sometimes you want to quickly toggle this on and off. It makes sense to have a default setting but similar to how you can quickly switch between spaces/tabs now, a wrapping icon would make sense. For example, in Markdown / plain text I mostly want wrapping, while in code I don't like it.

@egamma
Copy link
Member Author

egamma commented Mar 12, 2016

There is an action to toggle word wrap in the View menu and there is a short cut - closing.

@egamma egamma closed this as completed Mar 12, 2016
@felixfbecker
Copy link
Contributor

lol totally overlooked that

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality ux User experience issues
Projects
None yet
Development

No branches or pull requests

5 participants