MIDE Rules
A VSCode extension that helps developers generate .mcopilotrules files based on best practices from cursor.directory.
Features
- Automatically generates
.mcopilotrules file in your workspace
- Fetches best practices templates from cursor.directory
- Interactive template selection with detailed preview
- Easy to use with a single command
Usage
- Open your project in VSCode
- Press
Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS) to open the command palette
- Type "Generate Cursor Rules" and select the command
- From the dropdown menu, select a rule template that best fits your project
- Each template shows its title, description, and number of included rules
- You can search templates by name or description
- The extension will create a
.mcopilotrules file in your workspace with the selected template's rules
Templates
The extension fetches templates from cursor.directory, which may include:
- TypeScript best practices
- React development guidelines
- Python coding standards
- And many more language-specific rule sets
Requirements
- Visual Studio Code 1.60.0 or higher
- An active internet connection to fetch rules from cursor.directory
Extension Settings
This extension doesn't require any additional settings.
Known Issues
- The cursor.directory API endpoint is currently mocked and will be updated once the actual API is available.
Release Notes
0.0.1
Initial release of MIDE Rules:
- Basic functionality to generate
.mcopilotrules files
- Interactive template selection
- Integration with cursor.directory
| |