CodeKer
CodeKer is the autopilot for software development—an IDE extension that brings the power of LLM to VS Code
Usage
Answer coding questions
Highlight sections of code and ask CodeKer for another perspective
- “what does this forRoot() static function do in nestjs?”
- “why is the first left join in this query necessary here?”
- “how do I run a performance benchmark on this rust binary?”
Edit in natural language
Highlight a section of code and instruct CodeKer to refactor it
- “/edit rewrite this to return a flattened list from a 3x3 matrix”
- “/edit refactor these into an angular flex layout on one line"
- “/edit define a type here for a list of lists of dictionaries”
Generate files from scratch
Open a blank file and let CodeKer start new Python scripts, React components, etc.
- “/edit get me started with a basic supabase edge function”
- “/edit implement a c++ shortest path algo in a concise way”
- “/edit create a docker compose file with php and mysql server"
| |