Jump to content

Do you use multiple IDE's or 1 IDE for multiple coding languages? Any benefit to using one or the other?

Windows 10 Edu | Asus ROG Strix X570-F Gaming | Ryzen 9 3950x | 4x 16GB G.Skill Trident Z RGB| ROG Strix GeForce® RTX 2080 SUPER™ Advanced edition | Samsung 980 PRO 500GB + Samsung 970 Evo Plus 2TB + 8TB Seagate Barracuda | EVGA Supernova 650 G2 | Alienware AW3418DW + LG 34uc87c + Dell u3419w | Asus Zephyrus G14

Link to post
Share on other sites

I rather use multiple IDE's and notepad++. I've got more than enough space and as far as I know there is no IDE that can do everything. Notepad++ is multipurpose but it's not really an IDE.

Link to post
Share on other sites

I've used Atom (6 months I think) & Sublime Text 3 with the material theme (only recently) and they're both great, but i still prefer atom for its git intergration and better settings & plugin support :)

I code in HTML, CSS and JS mainly, but for other projects (lua and python) I also use Atom

 

Idk if Atom classifies as an IDE but it has text highlighting and has some IDE functionality like autocomplete

Link to post
Share on other sites

I would suggest using 1 IDE for everything. The point about an IDE is using it enough and setting it up with the plugins you like so that over time

  • You can do faster development
  • Able to do the same amount of development and testing in lesser time (via keyboard shortcuts, plugins etc)
  • Able to export the same settings across different computer: Over a period of time one is forced to move to different computers, OS because of job changes, computer upgrades etc. Thus having the ability to move these settings across will allow you to not having to do the same configuration each time or relearn new editors all over again
  • Finally, the idea should be to become expert on a particular IDE which can only happen if you keep using one for a longer duration.

My vote goes to Sublime Text which is pretty much language agnostic, is very lightweight (Especially out of the box), does not get in the way, ability to install whatever plugin one wants and make its as powerful as one likes. Certainly the list does not stop here.

 

This latest post quite sums it up : http://nickjanetakis.com/blog/why-sublime-text-3-is-still-my-preferred-code-editor

Link to post
Share on other sites

On ‎9‎/‎16‎/‎2016 at 5:56 AM, Scruffy90 said:

Do you use multiple IDE's or 1 IDE for multiple coding languages? Any benefit to using one or the other?

Multiple. I tend to use whatever is needed or functions well for the job.

 

For C# and C++ I use Visual Studio.

 

For Java I use Eclipse (beware, it uses a lot of RAM).

 

For General purpose code editor I use Visual Studio Code (Cross platform if that's important to you)

Judge a product on its own merits AND the company that made it.

How to setup MSI Afterburner OSD | How to make your AMD Radeon GPU more efficient with Radeon Chill | (Probably) Why LMG Merch shipping to the EU is expensive

Oneplus 6 (Early 2023 to present) | HP Envy 15" x360 R7 5700U (Mid 2021 to present) | Steam Deck (Late 2022 to present)

 

Mid 2023 AlTech Desktop Refresh - AMD R7 5800X (Mid 2023), XFX Radeon RX 6700XT MBA (Mid 2021), MSI X370 Gaming Pro Carbon (Early 2018), 32GB DDR4-3200 (16GB x2) (Mid 2022

Noctua NH-D15 (Early 2021), Corsair MP510 1.92TB NVMe SSD (Mid 2020), beQuiet Pure Wings 2 140mm x2 & 120mm x1 (Mid 2023),

Link to post
Share on other sites

  • 2 weeks later...

I end up using multiple IDEs. You should learn your IDE and that mostly comes with time but one of the problems is if you choose one IDE that can do it all then its not usually the best in class for that language so you end up being limited by it.

 

So what I do is use a specific IDE for a language I know very well and have been using for years and a generic one I know well for a language I don't know or use as well. Which means there is often a transition point where a specific IDE would be better.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×