Overview Version History Q & A Rating & Review
Raycast for VSCode
This is NOT an official tool by Raycast company!!
This is a Raycast extension for VSCode. This should help you to develop Raycast extensions.
Features
✅ Run lint process
✅ Run fix-lint process
✅ Run build process
✅ Run develop mode
✅ Run migration
✅ Login
✅ Publish extensions
✅ Attach Debugger
command
Attach a nodejs debugger to the running Raycast node process.
⚠️ Make sure that Raycast is running and you have started a non native extension at least once, otherwise the node process does not run ⚠️
✅ Add preference (default
and data
are not support for now)
✅ Add command
✅ Image Asset filename via dropdown into active text editor
✅ Image Asset autocompletion for
icons in .tsx
files (source:
and icon=
are supported)
icons in package.json
("icon":
is supported)
✅ Builtin code snippet - just type raycast in a .tsx
file
✅ Open Documentation
✅ Search in Documentation
✅ Raycast Treeview for easy navigation
Requirements
You need to install the same requirements which are mention on https://developers.raycast.com .
Troubleshooting
If you have problems with the extension just file a issue on GitHub . It's mostly a good idea to attach the log output of this extension to the issue. You can active the logger by adding "raycast.loglevel": "debug"
to your settings.json
file. Just copy the content of the Raycast
output pane into your GitHub issue.
Contributions
Pull Requests are welcome :-D
License
MIT