jazzy Posted February 16, 2023 Content Count: 2187 Joined: 06/28/09 Status: Offline Share Posted February 16, 2023 I know a few people dev here in SG, so figured I'd make a fun thread about what IDE you use and why. At my last job I did a lot of powershell so I just used Powershell ISE, was using vscode more before I left. At my new job I still do a tiny bit of powershell but mostly python these days. I was initially using PyCharm CE, then I tried VSCode a bit, but after my buddy showed me what he was doing with emacs I decided to give it a shot. He and I both use Doom Emacs- it's a customized version of emacs with evil mode (vim emulation) and a bunch of other out of box customizations to make life easier. I'll admit it took me a LONG time to adapt, and I still find myself partaking in some clicking tomfoolery, but tonight I tried to go back to vscode and try out edamagit (vscode version of emac's magit, which is a git integration tool into emacs) and I found myself crying out for the keybindings I had in doom emacs. My install is pretty straightforward still, only thing I really have is tabs (I don't use them much though, and I know it's very blasphemy to do so), and treemacs. I can't remember what my python linter is, it's whatever the default, I'm also using anaconda mode but I absolutely hate it so I plan to change that ASAP. otherwise I love doom emacs. I like the vim emulation a lot so if I do use vscode/pycharm I make sure vim emulation is in use. Anyone else have an IDE they use and why? Link to comment
Gentoo Posted February 16, 2023 Content Count: 1583 Joined: 06/19/17 Status: Offline Share Posted February 16, 2023 When I was in school I kept trying to trying to stay away from VScode because it was ugly and bloated but eventually came back to it as every other IDE was equally retarded in some other way. I had a professor show me emacs, which he's sworn by for years but I never got into it due to the learning curve. It's been a while since I've done any serious amount of coding but I'll probably force myself to use emacs when I get back around to it. Link to comment
Nishok Posted February 16, 2023 Content Count: 3178 Joined: 08/06/08 Status: Offline Share Posted February 16, 2023 I use Visual Studio (2022) for developing with C#. For anything else, I mainly use VSCode as it basically has syntax highlighting for anything, it is lightweight, and there are a ton of great extensions to make life easier. Notepad++ is my go-to for config files and any other quick to edit files. 4 Link to comment
Caido Posted February 16, 2023 Content Count: 160 Joined: 01/31/14 Status: Offline Share Posted February 16, 2023 I used to use intellij's IDEs through school and at the start of my career like phpStorm pyCharm, Android Studios (Don't use this unless you hate yourself). After some time Iswitched to vsCode and man has it made life easier for me. Easy customization and Plugin installs really helped a lot and still using it now! 1 Link to comment
Gator Posted February 16, 2023 Content Count: 2669 Joined: 03/29/09 Status: Offline Share Posted February 16, 2023 Like Nishok, I use Visual Studio for C# and VSCode for everything else, including configs and other quick to edit files. Link to comment
Iota Posted February 16, 2023 Content Count: 315 Joined: 05/18/20 Status: Offline Share Posted February 16, 2023 for me like nishok i use visual studio for deving and notepad ++ for editing configs, and basically anything else normal notepad can be used for Link to comment
Lucas15 Posted February 16, 2023 Content Count: 299 Joined: 01/25/10 Status: Offline Share Posted February 16, 2023 Like Nishok and Gator, I use Visual Studio for C# (I only use that for developing in Unity right now) and VSCode for pretty much everything else. I still use Notepad++ for a few things like basic config editing. Link to comment
Phoenix_ Posted February 16, 2023 Content Count: 1920 Joined: 05/04/16 Status: Offline Share Posted February 16, 2023 I usually use 3: - Visual Studio for C#, C++ // This is just what I was taught to use for these - VScode for Python, JS, TS, HTML/CSS // Lots of easy extensions, and it's super easy to use imo - VIM for C, config files // This is just a personal preference thing Link to comment
20 scrolls Posted February 16, 2023 Content Count: 1559 Joined: 12/25/19 Status: Offline Share Posted February 16, 2023 visual studio 22 for c#, c++, etc vs code for scripting languages Link to comment
destroylonelyfan2011 Posted February 16, 2023 Content Count: 409 Joined: 01/25/20 Status: Offline Share Posted February 16, 2023 i use the robot c ide for all my robot toys and then i use intellij for all my other stuff 4 Link to comment
Recommended Posts
Reply to Thread
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 accountSign in
Already have an account? Sign in here.
Sign In Now