Cursor IDE Setup
Configure Cursor IDE for optimal Skylab SDK development
Quick Setup
This guide helps developers configure Cursor IDE for optimal development with the @avalara/skylab-sdk library.
Configure Cursor IDE Documentation
- Open Command Palette (Cmd/Ctrl + Shift + P)
- Type "Add New Custom Docs" and select it
- Add your documentation source:
- Name: Skylab SDK Docs
- URL: https://skylabsdk.avalara.io/
- Save the configuration
Using the Library
Installation & Usage
For complete installation instructions, component usage examples, and API documentation, see the official Skylab SDK documentation.
Cursor AI Features
Documentation Queries
Use the @Docs feature to search your documentation. For more information about @Docs, see the Cursor @Docs documentation.
@Skylab SDK s-alert usage- Find alert component documentation@Skylab SDK button examples- Find button usage examples@Skylab SDK sidenav full documentation page- Get link to the full docsite page for aui-sidenav
Code Generation
Use Cursor's AI to generate component code:
- "Add a large loader. Add a medium money icon"
- "Add an s-alert component with info status. It should say 'hello'"
Project Rules
Try adding these rules to your project's .cursorrules file for consistent development:
Development Resources
- Main Documentation: https://skylabsdk.avalara.io/
- Component Examples: Component Demo
- Migration Guide: Migration Guide
- Repository: GitLab Repository
- Contributing Guide: Contributing Guide