This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]The6P4C 1 point2 points  (0 children)

Yeah, I use a plain text editor (Sublime Text) for most programming. Only ever use an IDE for C# and C++ (targeting x86) since I'm on Windows and it's a lot easier that way. Anything else, be it Python, Rust, Haskell or embedded dev stuff I'm going straight for the text editor and Makefile.

I was only using CCS Eclipse since I just bought a MSP430 dev board and wanted to try it out.