• @[email protected]
    link
    fedilink
    0
    edit-2
    1 month ago

    Recently switched from VsCodium to neovim - but still use Codium for some specific tasks.

    My setup customization focuses around Telescope, Treesitter, Trouble & Blink.

    But the advice I got was to start with vim keybindings in VSCode. I used those for six weeks until I got the hang of the basics and it had gone from frustrating to somewhat second nature.

    Then I made the move.

    I still use Codium for Terraform work (I have struggled to get the Terraform LS working well in neovim and I don’t use it often enough to warrant the effort) and as a GUI git client - I like the ability to add a single line from multiple files and I haven’t looked up how to do it any other way - I’ve got other stuff to do and it’s not slowing me down.

    But I grew to hate Codium / VS code tabs in larger codebases. I was spending so much time looking for open tabs ( I realise this is a me problem). While neovim has tabs, it’s much more controlled and I typically use them very differently and very sparingly.

    If I need to look up a data structure I just call it up temporarily with Telescope via a find files call or a live grep call (both setup to only use my project directory by default), take a peak, and move on.

    The thing is - security risks are going to exist anywhere you install plugins you haven’t audited the code for. Unless you work in an IDE where there’s a company guaranteeing all plugins - there are always going to be risks.

    I’d argue that VSCode, while a bigger target, has both a large user base and Microsoft’s security team going for it. I don’t see the theme being compromised as much as problem because it got solved and also prompted some serious security review of many marketplace plugins. Not ideal, but not terrible.

  • @[email protected]
    link
    fedilink
    81 month 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.

  • @[email protected]
    link
    fedilink
    English
    81 month ago

    I write code every day at my job. I use vim.

    It does everything I need it to do, and it works exactly the same way on every system I touch, and functions the same way since I started using it decades ago (aside from being able to use arrow keys now instead of hjkl)

    If I HAVE to do any coding on Windows, I use notepad++.

    • @[email protected]
      link
      fedilink
      11 month ago

      Why not use gvim on Windows? That’s my “IDE” on Windows. Though with modern versions of Windows, trying to run vim in the Command Prompt isn’t a complete disaster like it was in the past.

      “IDE” in quotes because I consider vim a text editor, and I don’t try to make it an IDE with a bunch of plugins.

  • slazer2au
    link
    fedilink
    English
    241 month ago

    I switch between VSCode and Notepad++ depending on what I am doing.

    Not sure why you would ditch a program for correctly responding to a security threat.

    • @[email protected]
      link
      fedilink
      21 month ago

      Same. I’ve had a few big config purges and migrations every few years, but I’m always neovim.

      I started using Neovide as a frontend so people could follow what I’m doing (it adds animated cursor movement, etc.) I actually found that I really like it and rarely use a terminal to run neovim now.

  • Racle
    link
    fedilink
    121 month 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.

  • @[email protected]
    link
    fedilink
    English
    11 month ago

    VSCode + Vim keybindings + Metals for Scala development. I used to use IntelliJ (paid and free) + the Scala plug-in, and Pycharm (free). For Scala I’d be fine with either VSCode or Jetbrains, just depends on who is paying (or not paying). I suspect that Python support in VSCode is a lot better these days so it might be a viable option to Pycharm. I need to check out VSCodium, if it works well with Metals and gets frequent updates I might make the switch.

  • @[email protected]
    link
    fedilink
    51 month ago

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

  • Daeraxa
    link
    fedilink
    51 month 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.

  • ☆ Yσɠƚԋσʂ ☆
    link
    fedilink
    21 month ago

    I use vscodium which is vscode with all the telemetry ripped out. Anybody can make malicious extensions for any IDE, so I don’t see what’s speccial in that regard. It’s just a reminder that you want to be careful about extensions you install.

  • @[email protected]
    link
    fedilink
    41 month 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.

  • ByteMe
    link
    fedilink
    31 month ago

    Android studio, clion and sometimes vs code but I’m not really happy with it.

  • @[email protected]
    link
    fedilink
    21 month 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.