You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Captain Stack — Code generator and suggestion for VSCode
This feature is somewhat similar to Github Copilot's code suggestion. But instead of using AI, it sends your search query to Google, then retrieves StackOverflow and Github Gist answers and autocompletes them for you.
✅ OpenAI and OpenRouter added to generate code with AI (Bring Your Own Key)
1. Usage
Captain Stack provides Code Search (from Github Gist, StackOverflow), and AI Code Generation (with OpenAI and OpenRouter). With multiple options can be enabled at the same time.
To generate/search code, use // find {what you need}.. For example:
// find binary search in JavaScript.// generate binary search function in Python.
Note:
Make sure there is a dot at the end of {what you need} search phrase
You can use either // find or // generate to trigger Captain Stack code completion. Both are the same.
2. Settings
To configure setting options for Captain Stack, open the settings page by using hotkey Meta + ,, or:
Click on the Cog icon in the bottom left
Choose Settings
In the Search settings search box, enter "Captain Stack"
Settings options
Tick the checkbox of the following provider to enable
Github Gist
Stackoverflow
Open AI
Open Router
For Code Search (from Github Gist, StackOverflow)
Max results: the max number of search results return
For Code Generator
Open AI: Api Key: OpenAI API Key, see how to get OpenAI API Key. Required when using OpenAI provider