Any NPP plugins available to format programming languages such as TCL and C++
-
Hi,
I have a sincere request to further improve the usability of Notepad++. That is to have plugins or in-built programming language file formatters for languages such as: TCL, C++ and Python.
Please let me know if it’s available already, otherwise treat this as my sincere request.
Thank you
Rex Theodore. -
@Rex-Theodore
You can always use the Run menu to call up the formatters with the current buffer.
However, since you mentioned that you use Python, you can use the PythonScript plugin and
trigger an action whenever you receive a NOTIFICATION.FILESAVED.
If you want more features, you might want to check out Kereds or my LSP client for Notepad++.
However, this means that the languages you use must have an LSP server.