Creating an OpenAI powered Writing Assistant for VS Code
A detailed walkthrough for building your first VS Code extension and connecting it to OpenAI APIs
Jun 19, 202310 min read745

Search for a command to run...
Articles tagged with #javascript
A detailed walkthrough for building your first VS Code extension and connecting it to OpenAI APIs

Learn what is the roving tabindex technique and how you can use it to navigate a grid of buttons with your keyboard

How to use the execCommand workaround to bypass the NotAllowedError on DuckDuckGo Android browser when using the async Clipboard API
