I’m curious if there’s a IDE/editor where you can do inline LLM prompts while editing a source file that works more like text macros; like you say “> fetch the users profile from the something API” and it throws in the few lines of code you want for that, maybe it has multiple suggestions.
Have you seen a (good) implementation of this?
Background: I’m researching am for an article about where (manual) programming will go (or not go) in the future and what can be learned from the popularity of LLMs for programming.
@thomasfuchs Zed does something sort of like this, you can put in your "def" and docstring, select it, and have your LLM fill in the function body