|
|
|
|
|
by milani
1061 days ago
|
|
In my experience working with GPT4, if I give enough context on types, other functions definitions and the libraries I use, I get very accurate results. But it is a tedious task to copy paste from multiple places (type definitions, function definitions, packages, etc.). In addition to the selected lines, does Continue support getting related definitions from the language server and inject them in the prompt? That would be huge. |
|
As of now, if there are collections of definitions that you frequently reference, you could save them in the system message, or write custom slash commands that let you prefix your prompt with these definitions.