• schmalls@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Visual Studio Professional mostly because it is included for my job and we develop on mostly Microsoft stack. VS Code for simple text editing outside of a project.

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Doom emacs. There is no end to customizability with emacs. Doom provides a great starting point for most things.

  • kayazere@feddit.nl
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    For macOS and iOS development I use Xcode (don’t really have another choice), but otherwise I am using Kate. Kate has support for macOS and Windows in addition to Linux.

    I’m not touching VSCode, I don’t want to use an electron app as a code editor, nor want to use something with Microsoft spyware and propriety plugins.

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    For an actual IDE, Jetbrains. But I rarely need an actual IDE and will just generally use Vim for everything.

  • Turturtley@aussie.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Helix. I hate tweaking my ide. I just want to launch it and get to work. Setting up my LSP/formatter/theme is the most i’m willing to put up with and that’s all Helix asks for to be an IDE.

  • branno@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    I use JetBrains IDEs. IntelliJ, Pycharm, Goland, and Webstorm.

  • lichtmetzger@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    I’m a webdev and I mainly work with Vanilla JS, React and PHP - I use phpStorm now. Everything mostly works out of the box, it auto-detects my PHP environment, composer install (which is basically just npm for PHP), nice-to-have features like Stylelint and ESLint are also integrated and enable themselves by default if specific config files are found inside a project folder…it’s just nice. Open a project, see it do all of its magic, start to code.

    Previously I’ve worked with VSCode and I needed a plugin for every single feature and every plugin had its own settings that you needed to be aware of. It was horrible. I was configuring my own IDE more than I was actually writing code. I get that it’s probably more flexible than phpStorm, but I just don’t have time do dig into plugin settings all of the time - and god forbid I work with a project from another developer and he uses a different extension than me for Stylelint or formatting .md files…

  • Racle@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Neovim (heavily customized configuration) + tmux for me. Switched from Jetbrains IDE and VSCode to this ~5 years ago. I use neovim with every language.

    Fast to use, one app for all and I have customized that to my liking and I already spent half of my time in terminal while working anyway. + knowing how to use vim helps a lot when configuring servers remotely.

  • blackboxwarrior@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    VSCode! I’m yet to find another editor that runs as smoothly on remote machines. Zed has been getting much better at this, but it’s still too buggy to consider a switch.

      • blackboxwarrior@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        23 days ago

        I appreciate the thought!

        As far as I’ve tested it, vscodium doesn’t support the same remote extensions that vscode does, it’s very silly.

        • The 8232 Project@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          23 days ago

          That’s simply due to the repository VSCodium uses to pull extensions from (in the name of using open source extensions). Other (proprietary) extensions can be installed by downloading the .vsx file and installing manually. In most cases, though, open source alternatives to proprietary extensions exist.

  • Daeraxa@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Pulsar because I am (or at least was and will be, I’ve been a bit absent recently) part of the team developing it. Its a fork of Atom to continue development after GitHub pulled the plug, entirely community developed and focused.

  • thevoidzero@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I use emacs for almost everything. It took time to get used to. And some time to configure things. But now I’m just riding off my years old config files and packages I wrote as my use case haven’t changed.

    I use python, rust, C, R, jupyter notebook, org mode, latex, markdown, PDFs, xml, org-roam, etc.