What IDE's do yall use?

Any discussion that doesn't fit into any of the other categories goes here.

What IDE do you use?

Visual Studio
20
56%
One of the JetBrains ones
5
14%
Eclipse
0
No votes
NetBeans
0
No votes
Other
11
31%
 
Total votes: 36

User avatar
casadiella
Posts: 22
Joined: Sat Dec 10, 2022 6:17 am
Location: australia
Contact:

What IDE's do yall use?

Post by casadiella »

If you use yours on light mode your opinion doesn't matter.
Halamix2
Posts: 6
Joined: Sat Dec 10, 2022 6:39 pm
Location: Poland
Contact:

Re: What IDE's do yall use?

Post by Halamix2 »

Mostly VSC, for game modding VS, and QT for some of my C++ projects
User avatar
andreizabest
Posts: 55
Joined: Sat Dec 10, 2022 4:49 am

Re: What IDE's do yall use?

Post by andreizabest »

VSC for JS,HTML,CSS and Python, VS for the 3 C's (C++,C,C#) and JetBrains Intellij IDEA for Java
User avatar
flatrute
Posts: 313
Joined: Sat Dec 17, 2022 11:32 am
Location: Thành phố Hồ Chí Minh, Việt Nam
Contact:

Re: What IDE's do yall use?

Post by flatrute »

Code: Select all

emacs
emacs.png
casadiella wrote: Sun Dec 11, 2022 4:19 pm If you use yours on light mode your opinion doesn't matter.
Every programs I use are in light mode and I do not care if my opinions matter or not.

EZ
It turns out leaving an Internet identity behind is hard MikeBruh

My username is read as "flatorte".

[deleted] posts index

Avatar source
User avatar
casadiella
Posts: 22
Joined: Sat Dec 10, 2022 6:17 am
Location: australia
Contact:

Re: What IDE's do yall use?

Post by casadiella »

flatrute wrote: Sat Dec 17, 2022 12:43 pm

Code: Select all

emacs
emacs.png
casadiella wrote: Sun Dec 11, 2022 4:19 pm If you use yours on light mode your opinion doesn't matter.
Every programs I use are in light mode and I do not care if my opinions matter or not.

EZ
my condolences to your retinas
User avatar
Coolsonickirby
Posts: 1
Joined: Sat Dec 17, 2022 4:43 pm

Re: What IDE's do yall use?

Post by Coolsonickirby »

VSC for everything, nano if I'm lazy.
User avatar
MattKC
Site Admin
Posts: 323
Joined: Mon Aug 22, 2022 1:05 am
Contact:

Re: What IDE's do yall use?

Post by MattKC »

I should preface this by saying in many ways I feel like I shouldn't be using the IDEs that I use lol, but I haven't really found any suitable or compelling alternatives yet.

For C++, which is most of what I write, I use Qt Creator. I like it's C++ specific features, like its code completion, built-in CMake/Ninja integration, and the ability to autogenerate classes, functions, etc. It can be a little buggy at times though, and it seems like every update either slows something down or introduces a new bug/crash (though usually only temporarily, to be fair).

For everything else I use Sublime Text, whether it's web development, writing simple scripts, or just editing text files. I like how fast and light it is, seems like every other modern code editor is written in Electron and takes ages to open, which is annoying when I may just want to open a text file. As a code editor, I think Sublime's usability is generally superior to Qt Creator, however it doesn't really fulfill the purpose of an IDE, at least not without a lot of extensions. To get building/running working it seems I have to set up the steps manually because there's no built-in CMake integration. There are some Clang-based extensions that add some nice things like code completion, but I haven't found a great extension for auto-generating classes/functions. If I did, I might consider switching to Sublime for everything.

That being said, I'm not a huge fan of how Sublime isn't FOSS. I know that FOSS is a lot harder to monetize (and I do believe developers should get paid for their work), but I feel a lot more comfortable using software that isn't closed source when I can (especially on Linux, I don't like how you have to add a whole additional package manager repository just for Sublime because only they can distribute their proprietary binaries). There was briefly an open source clone of Sublime being written called Lime, but it's so dead it's official website is now a scam page packed with ads.

So that's what I use now, but I'm very much open to finding alternatives lol
User avatar
Wam
Posts: 26
Joined: Thu Dec 08, 2022 12:55 pm

Re: What IDE's do yall use?

Post by Wam »

seems like every other modern code editor is written in Electron and takes ages to open, which is annoying when I may just want to open a text file.
I'd tend to agree here but honestly Visual Studio Code is like, the one electron app I consider "done properly" in how well it generally performs and integrates with the system. Performance can be hit or miss but overall it runs fine for me until I open up 20 megabyte JSON documents.
User avatar
casadiella
Posts: 22
Joined: Sat Dec 10, 2022 6:17 am
Location: australia
Contact:

Re: What IDE's do yall use?

Post by casadiella »

just use ms notepad smh guys
User avatar
Shaddow798
Posts: 128
Joined: Thu Dec 08, 2022 10:06 am
Location: New Zealand
Contact:

Re: What IDE's do yall use?

Post by Shaddow798 »

MattKC wrote: Sat Dec 17, 2022 7:38 pm That being said, I'm not a huge fan of how Sublime isn't FOSS. I know that FOSS is a lot harder to monetize (and I do believe developers should get paid for their work),
For some things that are open source that are used more my "normies" making just the binary paid can make sense and if you want it for free you just have to build it yourself. but that doesnt really work for deveopment tools as most develeopers are comfortable compiling crap.

I mostly use neovim for most just text crap but sublime text. is fine whenever i have to do something like that under windows.
I'm really bad at english, im also clinically tired.
User avatar
Shaddow798
Posts: 128
Joined: Thu Dec 08, 2022 10:06 am
Location: New Zealand
Contact:

Re: What IDE's do yall use?

Post by Shaddow798 »

flatrute wrote: Sat Dec 17, 2022 12:43 pm

Code: Select all

emacs
emacs.png
casadiella wrote: Sun Dec 11, 2022 4:19 pm If you use yours on light mode your opinion doesn't matter.
Every programs I use are in light mode and I do not care if my opinions matter or not.

EZ

I think the biggest crime here is the fact your using emacs on windows 11.
I'm really bad at english, im also clinically tired.
User avatar
flatrute
Posts: 313
Joined: Sat Dec 17, 2022 11:32 am
Location: Thành phố Hồ Chí Minh, Việt Nam
Contact:

Re: What IDE's do yall use?

Post by flatrute »

Shaddow798 wrote: Tue Dec 20, 2022 4:29 am I think the biggest crime here is the fact your using emacs on windows 11.
It is actually Windows Server Insider Preview but I get it Aware
It turns out leaving an Internet identity behind is hard MikeBruh

My username is read as "flatorte".

[deleted] posts index

Avatar source
User avatar
Shaddow798
Posts: 128
Joined: Thu Dec 08, 2022 10:06 am
Location: New Zealand
Contact:

Re: What IDE's do yall use?

Post by Shaddow798 »

flatrute wrote: Tue Dec 20, 2022 5:31 am
Shaddow798 wrote: Tue Dec 20, 2022 4:29 am I think the biggest crime here is the fact your using emacs on windows 11.
It is actually Windows Server Insider Preview but I get it Aware
well then the biggest crime is your using a laptop over wifi as a "server" running emacs for some god for saken reason.
I'm really bad at english, im also clinically tired.
User avatar
flatrute
Posts: 313
Joined: Sat Dec 17, 2022 11:32 am
Location: Thành phố Hồ Chí Minh, Việt Nam
Contact:

Re: What IDE's do yall use?

Post by flatrute »

Shaddow798 wrote: Tue Dec 20, 2022 6:08 am well then the biggest crime is your using a laptop over wifi as a "server" running emacs for some god for saken reason.
I use Windows Server basically as a workstation OS since there are no Microsoft Store craps preinstalled and I can remove (most of) Microsoft Defender without using any third party tools EZ and Emacs since I am going to switch to FreeBSD once I graduate from college and so do not have to deal with proprietary craps I have to use anymore kcSmile
It turns out leaving an Internet identity behind is hard MikeBruh

My username is read as "flatorte".

[deleted] posts index

Avatar source
User avatar
Shaddow798
Posts: 128
Joined: Thu Dec 08, 2022 10:06 am
Location: New Zealand
Contact:

Re: What IDE's do yall use?

Post by Shaddow798 »

flatrute wrote: Tue Dec 20, 2022 6:28 am
Shaddow798 wrote: Tue Dec 20, 2022 6:08 am well then the biggest crime is your using a laptop over wifi as a "server" running emacs for some god for saken reason.
I use Windows Server basically as a workstation OS since there are no Microsoft Store craps preinstalled and I can remove (most of) Microsoft Defender without using any third party tools EZ and Emacs since I am going to switch to FreeBSD once I graduate from college and so do not have to deal with proprietary craps I have to use anymore kcSmile
I suppose if you wanted to use basicly windows 11, but i run ltsc 2022 iot.
and thats 10-bullshit
I'm really bad at english, im also clinically tired.
User avatar
flatrute
Posts: 313
Joined: Sat Dec 17, 2022 11:32 am
Location: Thành phố Hồ Chí Minh, Việt Nam
Contact:

Re: What IDE's do yall use?

Post by flatrute »

Shaddow798 wrote: Tue Dec 20, 2022 6:42 am I suppose if you wanted to use basicly windows 11, but i run ltsc 2022 iot.
and thats 10-bullshit
Windows Server Insider Preview has actual free activation keys on Microsoft website so I basically pay nothing to use their OS legally kcSmug
It turns out leaving an Internet identity behind is hard MikeBruh

My username is read as "flatorte".

[deleted] posts index

Avatar source
User avatar
Shaddow798
Posts: 128
Joined: Thu Dec 08, 2022 10:06 am
Location: New Zealand
Contact:

Re: What IDE's do yall use?

Post by Shaddow798 »

flatrute wrote: Tue Dec 20, 2022 6:56 am
Shaddow798 wrote: Tue Dec 20, 2022 6:42 am I suppose if you wanted to use basicly windows 11, but i run ltsc 2022 iot.
and thats 10-bullshit
Windows Server Insider Preview has actual free activation keys on Microsoft website so I basically pay nothing to use their OS legally kcSmug
oh thats one reason to use it i get all my product keys legit for free without breaking eula.
I'm really bad at english, im also clinically tired.
User avatar
Pankine
Posts: 11
Joined: Sat Dec 24, 2022 8:39 am

Re: What IDE's do yall use?

Post by Pankine »

None, i don't program. pepeLaugh
User avatar
Shaddow798
Posts: 128
Joined: Thu Dec 08, 2022 10:06 am
Location: New Zealand
Contact:

Re: What IDE's do yall use?

Post by Shaddow798 »

Pankine wrote: Sat Dec 24, 2022 9:01 am None, i don't program. pepeLaugh
so Microsoft word? or google sheets.
I'm really bad at english, im also clinically tired.
User avatar
Pankine
Posts: 11
Joined: Sat Dec 24, 2022 8:39 am

Re: What IDE's do yall use?

Post by Pankine »

Shaddow798 wrote: Sat Dec 24, 2022 9:32 am
Pankine wrote: Sat Dec 24, 2022 9:01 am None, i don't program. pepeLaugh
so Microsoft word? or google sheets.
pluma (mate text editor)
Post Reply