I’m curious how people are integrating AI tools to help them code. Seems this is growing in popularity, but I’ve not really looked into how to do it myself yet.
Are there free options available, or is everyone paying monthly subscriptions for this help?
Is Copilot the only option that works with VSCode, or are there ways to integrate other LLMs?
The latest VSCode (updated today) says that it has “copilot support for the native REPL”, being the “native REPL” something that is used by the Python extension.
In the Julia REPL I didn’t see anything happening. Anyone knows what is that about?
I am using aider with an Claude Sonnet 3.5 API key. However, for some tasks it works best to first generate python code and then translate python code to Julia.
aider works straight from your command line (a sort of TUI) and therefore is used in parallel of your choice of editor. I then use my editor to inspect and adjust the generated git diff.