As a Sublime Text user I really wish more of these tools worked outside of VS Code.
Cody – The AI that knows your entire codebase
81–88 of 88 posts
Re: Cody – The AI that knows your entire codebase
#82I would use it if the LLM they used were better. It keeps inventing files that don't exist. If I could just provide my GPT-4 API key so it can use GPT-4 I'd be happy.
Re: Cody – The AI that knows your entire codebase
#83I would use it if the LLM they used were better. It keeps inventing files that don't exist. If I could just provide my GPT-4 API key so it can use GPT-4 I'd be happy.
Highly recommending filing issues on their repo if you have anything reproducible. I've had several bugs I filed get fixed this way.
Re: Cody – The AI that knows your entire codebase
#84Any plans for an Emacs package?
Re: Cody – The AI that knows your entire codebase
#85Can’t be worse than Github Copilot so i’m giving it a try.
I'm just curious -- what specific issues have you had with Copilot? I use it constantly (probably accepting a suggestion for every few seconds of typing), to the point where I'm starting to just not think about it anymore like I previously didn't think about normal autocomplete. It has written hundreds of perfect unit tests for me (perfect as in I have read the code and it matches virtually exactly what I would have…
If I put a single swear word in my code it refuses to complete anymore
Re: Cody – The AI that knows your entire codebase
#86What's the catch?
Re: Cody – The AI that knows your entire codebase
#87I have been using Cody in VSCode for a couple of months, and I am getting a ton of value out of it. The key things I love are: 1. It really knows how to summarise a code blocks, this can be helpful to review code in other projects, or provide a refresher to your own, it misses very little! 2. It is very smart when it comes to filling in gaps in log statements, error messages or code comments. 3. Copy and paste is mos…
Re: Cody – The AI that knows your entire codebase
#88I have been using Cody in VSCode for a couple of months, and I am getting a ton of value out of it. The key things I love are: 1. It really knows how to summarise a code blocks, this can be helpful to review code in other projects, or provide a refresher to your own, it misses very little! 2. It is very smart when it comes to filling in gaps in log statements, error messages or code comments. 3. Copy and paste is mos…
I wonder if you have tried tools that are dedicated to Code Integrity, e.g. generating tests?
I wrote a blog about it: https://www.codium.ai/blog/code-integrity-supercharges-code-...
disclaimer: I'm the co-maker of PR-Agent and CodiumAI