What IDEs are you using?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Thunderbirds747
Member
Member
Posts: 83
Joined: Sat Sep 17, 2016 2:14 am
Location: Moscow, Russia

What IDEs are you using?

Post by Thunderbirds747 »

Hey there,
I am wondering: what IDE (Integrated Development Environment) are you using to compile/make programs, games, operating systems?
I used Dev-C++, Code::Blocks and I am now using Visual Studio.
Coffee is not airplane fuel.
alexfru
Member
Member
Posts: 1111
Joined: Tue Mar 04, 2014 5:27 am

Re: What IDEs are you using?

Post by alexfru »

FAR / Midnight Commander. :)
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: What IDEs are you using?

Post by dozniak »

Sublime Text 3, iTerm2
Learn to read.
MollenOS
Member
Member
Posts: 202
Joined: Wed Oct 26, 2011 12:00 pm

Re: What IDEs are you using?

Post by MollenOS »

Visual Studio 2017 and its compiler(s)
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: What IDEs are you using?

Post by Schol-R-LEA »

While I have been testing out Light Table recently, I usually just use GNU Emacs. I wouldn't really recommend Emacs to someone who isn't already familiar with the default keybindings, ELisp, et. al., and while Light Table shows great promise, it is still too new and unstable for general use.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

Re: What IDEs are you using?

Post by SpyderTL »

Visual Studio 2015.

It's my favorite text editor :)
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: What IDEs are you using?

Post by Kazinsal »

Visual Studio Code has recently become my favourite text editor. No need for big ugly solution/project file messes to give folders portable settings you can check into git; it's JSON all the way down.
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: What IDEs are you using?

Post by iansjack »

I've tried Visual Studio Code and it's a nice lean setup. I've also been playing with using Visual Studio Community Edition on a Windows machine to remotely compile and debug on a Linux machines (an x86_64 one and a Pi). My favourite environment is still Eclipse.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: What IDEs are you using?

Post by Octacone »

For OSDev: Sublime Text 3 + Terminal + Emulators
Regular Dev: Visual Studio 2017 + Photoshop CC
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: What IDEs are you using?

Post by matt11235 »

I change IDE/editor more often than I change my socks (every few weeks... :|)

Currently for my C projects I am using Emacs/Spacemacs, and for Java I use the Eclipse IDE.
Eclipse and Java will always have a special place in my heart, but I'm really starting to like Spacemacs.
Schol-R-LEA wrote:While I have been testing out Light Table recently, I usually just use GNU Emacs. I wouldn't really recommend Emacs to someone who isn't already familiar with the default keybindings, ELisp, et. al., and while Light Table shows great promise, it is still too new and unstable for general use.
Emacs is quite easy to pick up, especially with the built in games to teach you the keybinds.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
zaval
Member
Member
Posts: 656
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

Re: What IDEs are you using?

Post by zaval »

notepad.exe
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
Boris
Member
Member
Posts: 145
Joined: Sat Nov 07, 2015 3:12 pm

Re: What IDEs are you using?

Post by Boris »

QtCreator is my favourite.
I use it for its autocompletion.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: What IDEs are you using?

Post by Solar »

Oldscool: Roxterm, Vim with various plugins (ConqueTerm, LaTeX-Suite, Taglist) , CMake / JAWS, make, gcc, gdb.

Partially because I'm routinely handling complex Unicode issues at work, and too many more "modern" solutions are severly lacking in that department. ;-)

Never got around to setting up any of the auto-complete solutions available for Vim. I like typing out the function name... gives me another second to think about what I'm doing.
Every good solution is obvious once you've found it.
thomasloven
Member
Member
Posts: 89
Joined: Tue Feb 26, 2008 10:47 am
Location: Sweden

Re: What IDEs are you using?

Post by thomasloven »

unix
User avatar
narke
Member
Member
Posts: 119
Joined: Wed Dec 26, 2007 3:37 am
Location: France

Re: What IDEs are you using?

Post by narke »

Vim (the best) with various plugins: https://github.com/narke/dotfiles
OS for PowerPC Macs: https://github.com/narke/Einherjar
Operating system: colorForth computing environment for x86.: https://github.com/narke/Roentgenium
Post Reply