Quantcast
Channel: Formatting code in Notepad++ - Stack Overflow
Viewing all articles
Browse latest Browse all 16

Formatting code in Notepad++

$
0
0

Is there a keyboard shortcut to format code in Notepad++ ?
I'm mainly working with HTML, CSS and Python code.

For example:

<title>{% block title %}    {% endblock %}</title>      <link rel="stylesheet" href="/media/style.css" type="text/css" media="screen" /></head>

To:

<head><title>    {% block title %}    {% endblock %}</title><link rel="stylesheet" href="/media/style.css" type="text/css" media="screen" /></head>


I remember Visual Studio doing it with Ctrl+K+D and NetBeans having the feature too but can't find it within Notepad++, if it can even do it.


Viewing all articles
Browse latest Browse all 16

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>