Skip to content

comment hotkey and auto formatter conflict #4587

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

Open
wvanderp opened this issue Feb 17, 2016 · 0 comments
Open

comment hotkey and auto formatter conflict #4587

wvanderp opened this issue Feb 17, 2016 · 0 comments
Labels

Comments

@wvanderp
Copy link

The hotkey ctrl+/ comments out a line of code.
The slashes (//) are put all the way in the front like
____code
\\____some code
____other code
_ are spaces

But the auto formatter is thinking that there aren’t any spaces there so it puts the spaces in front of the slashes (//)

____code
____\\____some code
____other code
_ are spaces

And if you un comment it than it only removes the slashes (//) and so there are too many spaces

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

No branches or pull requests

2 participants