Add a feature to escape formatting for a line or a block of text #4475
Labels
Feature: Code Formatting
Feature Request
Language Service
more votes needed
Issues that have been postponed until more community members upvote it
Milestone
I want you to add a feature to escape formatting for a line or a block of text to get results like this:
krijgertje's solution
Some code is better understood when written in one line.
What I suggest is a quick key combination like CTRL + / which comments a line when no text is selected or comments an entire selection when text is previously selected.
Maybe when the formatting parser runs upon Save, the lines with a flag of 'don't format' are simply skipped. The flags are added by the user while writing code with a key combination for e.g. CTRL + >, which would be indeed very similar in working to the commenting mechanism.
Originally posted by @kingmanas in #883 (comment)
The text was updated successfully, but these errors were encountered: