• by coronapl on 8/23/2024, 3:05:21 AM

    There are some interesting options:

      * Codeium  
      * Tabnine  
      * Supermaven  
      * GitHub Copilot
    
    All of these have plugins for VS Code. However, my preferred approach is using an LLM with the Zed editor. You just need to provide an API key of your LLM (GPT-4O in my case). I find the chat panel alongside my code incredibly useful. Additionally, the ability to apply inline transformations to selected code with custom prompts is really useful.

  • by camkego on 8/23/2024, 3:33:51 AM

    Well, as the original poster, I did happen to find this a little while later: https://www.cursor.com/blog/series-a

  • by Imanari on 8/24/2024, 9:17:45 AM

    aider.chat

    command-line driven, you give commands, the system directly changes your code and commits the changes so you can easily go back.