indentation: reindent Lines not working with javascript
When javascript code with ‘//’, it’s not working well.
any idea?
indentation: reindent Lines not working with javascript
When javascript code with ‘//’, it’s not working well.
any idea?
[quote=“couplezz”]indentation: reindent Lines not working with javascript
When javascript code with ‘//’, it’s not working well.
any idea?[/quote]
This is a bug. You could argue that comments shouldn’t be reindented, because the programmer may have had the intention to make commented-out lines visible by placing them out-of-indent.
However, I don’t think that was the idea, since /* */ comments reindent correctly. Should at least be configurable.