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

Writing end should auto-unindent #37

Closed
davidanthoff opened this issue Nov 6, 2016 · 6 comments
Closed

Writing end should auto-unindent #37

davidanthoff opened this issue Nov 6, 2016 · 6 comments

Comments

@davidanthoff
Copy link
Member

No description provided.

@davidanthoff davidanthoff added this to the Backlog milestone Nov 6, 2016
@ZacLN
Copy link
Contributor

ZacLN commented Nov 6, 2016

ref

@davidanthoff
Copy link
Member Author

There is some new info about this at microsoft/vscode#2272. I don't fully understand it, but does this mean we can actually solve this right now?

@tkelman
Copy link

tkelman commented Jan 24, 2017

It looks like they might at least make it so hitting enter after typing the end will de indent it?

@davidanthoff
Copy link
Member Author

Yeah, that is my impression. microsoft/vscode#17868 has a lot of text, but it is still not entirely clear to me what the current status is, to be honest... But it does seem to be on the January 2017 milestone, so I assume something is going to improve with the next version.

@davidanthoff
Copy link
Member Author

Just an update here: things now work when one hits enter, i.e. then the line gets properly indented. I would still much prefer that things auto unindent when the word end has been typed, but we'll have to wait for upstream support for that.

I believe the upstream issue is microsoft/vscode#2272.

@davidanthoff
Copy link
Member Author

Solved with VS Code 1.14. You need to set the editor.autoIndent user setting to true for this to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants