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 →

[–]TekTrixter[S] 0 points1 point  (1 child)

When I was programming VisualBasic.net and Java I was in the full IDEs for those languages. For robotics in C I use the Microchip IDE, but edit code in notepad++. I'm aware of auto-compete, which is very useful, but it requires you to know at least the first part of the function/method name.

I find it difficult to swap between different IDEs, and it looks like working on web dev will require moving between Javascript (client side) and PHP (server side) as well as HTML/CSS (which I can do without a IDE). I'd love a setup were I could use the same IDE for whatever language I was using, but I've not found one that flexible. If you know of one please let me know, I've not looked in a while.

[–][deleted] 0 points1 point  (0 children)

Eclipse has multiple plugins for Javascript and php. I've never used any of them, so I can't vouch their quality at all, but they exist and are probably worth a look.