Feature request
-
Hi,
Notepad++ offers nice syntax colouring. I would like to have a feature that will format text according to the language that I select from a list of languages. E.g. I have pasted TypeScript code in the editor as plain text. Then I select TypeScript from the list of languages, and my text will be coloured and formatted automatically at the same time.Thx for the reply.
-
Formatting aka beautifying is probably best handled by an external utility (that does that function) which can be bound to a Run menu item in Notepad++, or possibly (via scripting) something that happens automatically upon each save.