• You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to additional post topics, communicate privately with other members (PM), view blogs, respond to polls, upload content, and access many other special features. Registration is fast, simple and absolutely free, so please join our community today! Just click here to register. You should turn your Ad Blocker off for this site or certain features may not work properly. If you have any problems with the registration process or your account login, please contact us by clicking here.

What IDE do you use?

Skimt

Member
Joined
May 24, 2020
Messages
136
An IDE is a development tool for programming. Some IDEs are made specifically for one language, some can be made specifically for one language but branch out to include a few others, and then there are some IDEs that aren't intended for any one specific language but try to incorporate possibilities for as many languages as possible through extensions.

I personally use Visual Studio Community for all things C# and C++, and Visual Studio Code for C, Python, JavaScript, Lua and VHDL.

What IDEs do you use, if you're into programming?
Have you made any extensions for these IDEs?
 
Top