• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "ide". Back to normal view
    1. Anyone else using the Zed editor?

      A month ago I decided to take a look at Zed. It hasn't hit 1.0 yet so I wasn't sure if I'd like it. But I haven't opened any other code editors since the first launch. It's open source and seems...

      A month ago I decided to take a look at Zed. It hasn't hit 1.0 yet so I wasn't sure if I'd like it. But I haven't opened any other code editors since the first launch. It's open source and seems to be cross-licensed with multiple free software licenses.

      Beyond the nice GUI performance from their use of native code it's clear that my use of VSCode forks for the last few years has kept me held back. There are lots of little things I love about Zed like how you can edit code within the search results page. Or how you can use your own self-hosted LLM without the outrageous shenanigans required to do so with Cursor.

      22 votes
    2. How do you configure IntelliJ Idea for the tildes project ?

      Anybody has experience in setting up IntelliJ Idea for a Python/Vagrant project. I have imported the project and selected the Python interpreter as ../tildes/venv/bin/python, but the IDE failed to...

      Anybody has experience in setting up IntelliJ Idea for a Python/Vagrant project. I have imported the project and selected the Python interpreter as ../tildes/venv/bin/python, but the IDE failed to resolve dependencies. What am I missing ? I have Idea ultimate license so prefer to use it rather than Pycharm community edition.

      4 votes