Can we use notepad++ to code with any languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Can we use notepad++ to code with any languages?

If so, how do you compile?

13th Aug 2018, 10:38 PM
Hegel Motokoua
Hegel Motokoua - avatar
29 Answers
+ 6
You can use it for coding a lot of programming languages. For compile, you must install the compiler acording the language and compile 'by hand'. IDEs do all of this, but if you want to learn compiler basics you can do it this way.
15th Aug 2018, 1:02 AM
Nabukodonozor31
Nabukodonozor31 - avatar
+ 15
Notepad++ provides support for almost all the languages. But remember that it is just an editor, it does not have a built-in compiler like IDE's do. You should install a compiler for your language on your device. Then you might compile a source code using terminal/cmd.
14th Aug 2018, 12:03 AM
Steppenwolf
Steppenwolf - avatar
+ 7
need to be noted, i agree as Steppenwolf says. what i mean is nppexec not a compiler itself, it just plugin like a bridge between notepad++ with the compiler. for detil please refer to http://docs.notepad-plus-plus.org/index.php/Compiling_Source_Code
14th Aug 2018, 8:24 AM
Ben Zabid
Ben Zabid - avatar
+ 6
There's a reason it's called notepad++. It really is just a greatly improved notepad.
14th Aug 2018, 4:14 AM
Dominic Nicholas
Dominic Nicholas - avatar
+ 5
Ohh 😅 I didn't know it Steppenwolf ..Thanks for the knowledge.. Sunzuiana Marius Ovidiu I'm not interested 🙄
15th Aug 2018, 3:55 AM
$hardul B
$hardul B - avatar
+ 4
I feel newbie right now.. trying to execute classical Hello World first program, just by save my coding in Notepad++ and saving as a Java file....
14th Aug 2018, 5:34 AM
Diogo Baruzzi
Diogo Baruzzi - avatar
+ 4
How to have that?
14th Aug 2018, 8:11 AM
Hegel Motokoua
Hegel Motokoua - avatar
+ 4
Ben Zabid thanks !
14th Aug 2018, 8:29 AM
Hegel Motokoua
Hegel Motokoua - avatar
+ 4
I really enjoy using notepad ++. it's free, lightweight, supports as editors of many programming languages. with the help of nppexec as a "bridge", maybe the problem of Diogo Baruzzi could be solved :)
14th Aug 2018, 8:47 AM
Ben Zabid
Ben Zabid - avatar
+ 4
It's an editor you can write any program using Notepad++ but you might need an IDE for compilation and execution..
14th Aug 2018, 1:19 PM
$hardul B
$hardul B - avatar
+ 4
You can use Notepad to write lot of code of different programming language..
19th Sep 2018, 11:28 PM
//Fpharbhulourz/>😋😈🤓🇳🇬
//Fpharbhulourz/>😋😈🤓🇳🇬 - avatar
+ 3
Sublime text 3 is the best editor ;)
14th Aug 2018, 6:15 AM
Nainish kher
Nainish kher - avatar
+ 3
I use Atom too
14th Aug 2018, 6:25 AM
Nainish kher
Nainish kher - avatar
+ 3
i use notepad++ to compile c and c++. just with nppexec (notepad++ plugin).
14th Aug 2018, 8:09 AM
Ben Zabid
Ben Zabid - avatar
+ 3
Notepad++ is not an IDE, it just a source code editor. ... Notepad++ provides support for almost all the languages. But it's recommended to use only if you don't have an IDE for the language like for scripting languages.
14th Aug 2018, 8:30 AM
Muhammad Jaffar Hussain
Muhammad Jaffar Hussain - avatar
+ 3
Sublime text is nice, bu with the free version you have this ox popping out every once in a while, encouraging you to buy it. I advice to use - Notepad++/VS code - you can use those for all of the languages Brackets/Atom - Mainly FrontEnd
14th Aug 2018, 8:32 AM
MarJan
MarJan - avatar
+ 3
Could Notepad ++ have other plugins besides nppexec?
14th Aug 2018, 8:51 AM
Hegel Motokoua
Hegel Motokoua - avatar
+ 3
Yes, you can, but you can't run the code without an external compiler installed, like IDE's can do. So I recommend you to use an IDE.
15th Aug 2018, 8:40 AM
🈂️Toma
🈂️Toma - avatar
+ 2
As far as I know, notepad ++ has many plugins with various functions
14th Aug 2018, 8:54 AM
Ben Zabid
Ben Zabid - avatar
+ 2
you can compile from command line cmd javac classname.java for example
14th Aug 2018, 7:51 PM
Sunzuiana Marius Ovidiu