Answer the question
In order to leave comments, you need to log in
Plugin for Notepad++ that speeds up development
In many (in all?) IDEs there is such a feature: you write an opening tag, put a space, a closing tag is automatically added. Another example: you open a comment like /**, immediately added: line break, space, asterisk, line break, closing characters (*/), while the cursor is added after the asterisk. It's better to show:
We write /**, put a space or a line break, we get:
/**
* | ← курсор
*/
Answer the question
In order to leave comments, you need to log in
Now I can’t tell you for sure (I’m writing from a tablet), but somewhere in the NPP basic configuration settings there are parameters for automatically closing tags. I don't remember about moving comments to the next line...
For abbreviated writing of html tags and css attributes, Zen Coding is used , for auto-closing brackets, quotes, I recommend using the xbrackets lite plugin , as an option for closing brackets, you can still use notepad# , even better, even both plugins at once, they can be found in Plugin Manager , also notepad# highlights colors like #ff0000. You can use the keyboard shortcut Ctrl + Alt + Shift + D to add the comment you described in the example .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question