hello i am new to coding, so cut me some slack will ya? now i have only played around with html so far so this could be a totally useless topic.
i have noticed that in few of other text editors that support different coding languages the code will automatically be formated formated for you, kind of like the + and - groupings to the side currently. for example
<html>
<head>
<title>
Hello World
</title>
</head>
<body>
this is the body of my web page...
</body>
</html>
this is easier for me too read most of the time. is there a way to enable this feature in notepad++? because the way it is now is just kind of hard to read at times and im to lazy to format it myself :P. i just want an option where i can set it to automaticly format its self and have the + and -
thx guys
-Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello i am new to coding, so cut me some slack will ya? now i have only played around with html so far so this could be a totally useless topic.
i have noticed that in few of other text editors that support different coding languages the code will automatically be formated formated for you, kind of like the + and - groupings to the side currently. for example
<html>
<head>
<title>
Hello World
</title>
</head>
<body>
this is the body of my web page...
</body>
</html>
this is easier for me too read most of the time. is there a way to enable this feature in notepad++? because the way it is now is just kind of hard to read at times and im to lazy to format it myself :P. i just want an option where i can set it to automaticly format its self and have the + and -
thx guys
-Rob
ok so it messed up the format i used for the little bit of code. i will just replace the spaces with .
<html>
.<head>
..<title>
...Hello World
..</title>
.</head>
.<body>
..this is the body of my web page...
.</body>
</html>