A VS Code extension that provides Cursor for Figma functionality.
- Hello World command to test extension functionality
- Basic VS Code extension setup for Figma integration
- Install the extension from the VSIX file
- Reload VS Code/Cursor
- Use the Command Palette (Ctrl+Shift+P) to run "Hello World"
Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) and type "Hello World" to run the test command.
This extension is built with TypeScript and uses esbuild for compilation.
npm run compile # Build the extension
npm run watch # Build and watch for changesMIT