Page 1 of 2

What IDE's do yall use?

Posted: Sun Dec 11, 2022 4:19 pm
by casadiella
If you use yours on light mode your opinion doesn't matter.

Re: What IDE's do yall use?

Posted: Mon Dec 12, 2022 5:38 pm
by Halamix2
Mostly VSC, for game modding VS, and QT for some of my C++ projects

Re: What IDE's do yall use?

Posted: Tue Dec 13, 2022 3:07 pm
by andreizabest
VSC for JS,HTML,CSS and Python, VS for the 3 C's (C++,C,C#) and JetBrains Intellij IDEA for Java

Re: What IDE's do yall use?

Posted: Sat Dec 17, 2022 12:43 pm
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

Re: What IDE's do yall use?

Posted: Sat Dec 17, 2022 12:46 pm
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

Re: What IDE's do yall use?

Posted: Sat Dec 17, 2022 4:48 pm
by Coolsonickirby
VSC for everything, nano if I'm lazy.

Re: What IDE's do yall use?

Posted: Sat Dec 17, 2022 7:38 pm
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

Re: What IDE's do yall use?

Posted: Sun Dec 18, 2022 12:08 am
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.

Re: What IDE's do yall use?

Posted: Sun Dec 18, 2022 5:06 am
by casadiella
just use ms notepad smh guys

Re: What IDE's do yall use?

Posted: Sun Dec 18, 2022 11:33 am
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.

Re: What IDE's do yall use?

Posted: Tue Dec 20, 2022 4:29 am
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.

Re: What IDE's do yall use?

Posted: Tue Dec 20, 2022 5:31 am
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

Re: What IDE's do yall use?

Posted: Tue Dec 20, 2022 6:08 am
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.

Re: What IDE's do yall use?

Posted: Tue Dec 20, 2022 6:28 am
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

Re: What IDE's do yall use?

Posted: Tue Dec 20, 2022 6:42 am
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

Re: What IDE's do yall use?

Posted: Tue Dec 20, 2022 6:56 am
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

Re: What IDE's do yall use?

Posted: Tue Dec 20, 2022 7:30 am
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.

Re: What IDE's do yall use?

Posted: Sat Dec 24, 2022 9:01 am
by Pankine
None, i don't program. pepeLaugh

Re: What IDE's do yall use?

Posted: Sat Dec 24, 2022 9:32 am
by Shaddow798
Pankine wrote: Sat Dec 24, 2022 9:01 am None, i don't program. pepeLaugh
so Microsoft word? or google sheets.

Re: What IDE's do yall use?

Posted: Sat Dec 24, 2022 3:03 pm
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)