|
|
|
|
|
by skneko
1381 days ago
|
|
You might be interested in IntelliCode from Visual Studio. It's an AI-guided autocompletion tool, like Copilot, although dumber and less powerful. It can run in local mode [0], looking at your existing codebase (opened solution) to feed future suggestions. [0]: https://docs.microsoft.com/en-us/visualstudio/intellicode/ov... |
|