-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Spike - auto indentation #8669
Comments
Figure out what work needs to be done to use |
|
There are three approaches to solve this:
VSCode provides
When
We can add something like
(may need more modifying) and use that to intervene. This way we don't need to have As there is no progress on vscode upstream issues related to https://github.com/kbrose/vsc-python-indent/blob/master/src/indent.ts seems like a wonderful place to take help from. It covers most cases (#481) we currently have open issues for and is well documented. We can use npm package Also another thing to note here is that having both language configuration and key bindings can override each other sometimes. So we should be moving away from regexes when we solve work items for this. EDIT: We've decided to go with Work items
|
Closed in favor of #8996 (comment) |
To understand where do we start
The text was updated successfully, but these errors were encountered: