How to use the keyboard to arrange the alignment of the code in notepad ++?
example
html, body { height: 100% ; margin: 0 ; padding: 0; } html, body { height: 100%; margin: 0; padding: 0; } How to use the keyboard to arrange the alignment of the code in notepad ++?
example
html, body { height: 100% ; margin: 0 ; padding: 0; } html, body { height: 100%; margin: 0; padding: 0; } manually only, select and shift + tab
There is no built-in support for auto-formatting code in notepad ++. But there are plugins. For CSS, JSONViewer may be suitable . Notepad ++ is not really suitable for real programming.
себе жизнь - user33274Source: https://ru.stackoverflow.com/questions/609129/
All Articles