
How To Auto-Format / Indent XML/HTML in Notepad++
Aug 19, 2011 · Is there a way to re-indent a block of code? I'm looking for something similar to Ctrl + Shift + F in Eclipse (Auto-Format/Indent). To be clear, I already know how to format XML outside of …
html - Formatting code in Notepad++ - Stack Overflow
Sep 3, 2010 · Learn how to format code in Notepad++ with tips and solutions discussed by users on Stack Overflow.
comments - Commenting code in Notepad++ - Stack Overflow
Sep 15, 2017 · Actually, I wanted to block comment my code written in Python or in fact any other language, in Notepad++ editor. May be that was not quite clear from my question. But Niels's and …
Compiling/ running JavaScript in Notepad++ - Stack Overflow
Oct 24, 2025 · To run JavaScript with Notepad++, Type your JavaScript code in Notepad++. For instance, type the code window.alert("Hello world!"); in Notepad++. Now, enclose your code with …
Copy Notepad++ text with formatting? - Stack Overflow
Aug 13, 2010 · I'm using Notepad++ to write code. How do I copy code in Notepad++ along with its formatting to paste into Microsoft Word? (i.e. syntax highlights, etc)
Notepad++ stopped color-coding my source code... How to fix?
Jun 12, 2011 · A couple years late here, but I'm pretty sure you're opening ".txt" files that contain your source code. Because the file doesn't have the language's extension, Notepad++ can't determine …
editor - How to view html output in Notepad++? - Stack Overflow
How do I view my Code output in Notepad++ as a webpage or something similiar? I have built something but I can't find a button or something like that in Notepad to view it as a webpage or …
templates - Notepad++ premade snippets - Stack Overflow
May 1, 2010 · Install and use the Notepad++ Snippets plugin. You can input whatever code snippet you want and give each snippet a name. When you double-click on your snippet name, the snippet text …
visual studio code - Why is my HTML file not displaying to the browser ...
Nov 15, 2020 · Save your file in Notepad or whatever text generator you are using and then close it before launching the html file in the browser. Mine would not open if Notepad was still open.
html - Live Preview / WYSIWYG support for Notepad++? - Stack …
The plugin Preview HTML is the closest match to what your are looking for. Go to the Plugins menu and then find the Preview HTML entry to install it. Its description is: Preview HTML files inside Notepad++ …