Notepad++ editor is good for learner? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Notepad++ editor is good for learner?

I am beginner in ruby and some other languages having biology as background... as a learner notepad++ editor is good or not?

15th Jul 2017, 8:59 PM
Keerthivasan Gnanaudayan
Keerthivasan Gnanaudayan - avatar
3 Answers
+ 1
I would recommend you find something with IntelliSense. It helps you a lot in the bigging in knowing what methods are available to you, as well as prevent some basic syntax errors. Don't get me wrong, I love notepad++ and use it for a lot of things, but I think for starting out on any new language it doesn't offer the additional guidance that you might benefit from. There are lots of free editors with IntelliSense, Microsoft Visual Studio Code has a lot of plug-ins for a number of languages. I find it a bit buggy though. You can also search for the language you are looking to learn with "Free IDE" and see what results pop up,
15th Jul 2017, 9:14 PM
Jim Tully
Jim Tully - avatar
+ 2
You should check out RubyMine from intelliJ. IntelliJ has a good range of available IDE's for developers. You can always get them as a student as well. Otherwise Netbeans, Eclipse and Visual Studio should have available plugins for you to download for supporting other known languages you may need. From what I've used and seen, Netbeans has python, JavaScript including html plugins available for free. Just a bit of searching around the net and you might find a specific IDE for a specific language.
15th Jul 2017, 10:15 PM
Uee
Uee - avatar
+ 1
Notepad++ is a good tool once you kinda what you doing I recommend something more beginner friendly.
16th Jul 2017, 3:50 AM
Brent Mason
Brent Mason - avatar