NeuroPilotThis extension lets Neuro-sama suggest code for you similar to GitHub Copilot. If you don't have a Neuro-sama, you can use tools like Randy, Tony or Jippity. If you are using Tony, activating auto-answer is recommended, since completion requests are canceled if you click out of VS Code. This extension will:
If you enable it, this extension can:
This extension will not:
How to useAfter installing the extension, you should add a keyboard shortcut for "Trigger Inline Suggestion" ( You can also use Copilot Chat to ask Neuro to generate code by specifying Unfortunately, "Trigger Inline Suggestion" will trigger all completion providers, and since Copilot is required for the Copilot Chat window, you cannot simply disable it.
There is a workaround however, by editing your User/Workspace Settings to make Copilot unable to talk to the API.
Simply paste this into your
On startup, the extension will immediately try to establish a connection to the API. If the extension was started before the API was ready, or you lose connection to the API, you can use the command "NeuroPilot: Reconnect" from the Command Palette. To make Neuro able to code unsupervised, go to the extension settings and activate the necessary permissions, then run the command "NeuroPilot: Reload Permissions" from the Command Palette.
Tasks that Neuro can run are loaded from You can configure the extension using the extension settings. For example, you can set how many lines of code will be provided as context before and after the current line. You can also set it to trigger a completion every time you stop typing (this is fine for the tools above, but might be a problem for Neuro since it sends and cancels requests in quick succession, which is why it's disabled by default). CommandsGive CookieGives a cookie to Neuro. ReconnectAttempts to reconnect to the API. Shows a notification when it succeeds or fails. Send File As ContextSends the entire current file as context to Neuro, along with the file name and configured language. Further InfoThis extension uses the TypeScript/JavaScript SDK by AriesAlex. Debugging
|