Skip to content

anas-araid/vscode-supabase-cli

Repository files navigation

preview

Supabase CLI for Visual Studio Code

Supercharge your productivity by integrating your local Supabase instance right into the editor.

Install →

Usage

Disclaimer: This is still a work in progress prototype. It might have some broken edge cases. I have zero experience in building extensions so contributions are welcome.

DEMO

Code.mp4

Development

  • yarn run install:all
    • install package dependencies for both the extension and react webview source code.
  • npx supabase start
  • yarn run watch
    • compile vs code extension
  • press F5
    • to open a new window with the extension loaded

Publishing

  • increment package.json version
  • npm run vscode:prepublish
  • npx vsce package
  • npx vsce publish

Contributing

If you have any questions or requests or want to contribute, please write an issue or give me a PR freely.

To-do

  • Query feature: execute queries directly from vscode
  • Edge functions
  • Open bucket files

Bug report

If you find a bug, please create a new issue on GitHub.

License

MIT