AI state machine plugin for all JetBrains IDEs with semantic code search.
- IntelliJ IDEA
- PyCharm
- WebStorm
- GoLand
- CLion
- Rider
- PhpStorm
From Plugin Marketplace:
- Open IDE
- Settings → Plugins → Marketplace
- Search "GM"
- Install and restart
- Semantic Code Search: Use natural language to explore your codebase
- "Find authentication validation" → Discovers auth checks, guards, permission logic
- "Where is database initialization?" → Finds connections, migrations, schemas
- "Show error handling patterns" → Locates try/catch, error boundaries, handlers
- Unified state machine
- Code analysis
- Real-time sync
- Hot reload
- Multi-language support
Your IDE uses semantic code search - describe what you're looking for in plain language, not regex.
- Intent-based queries understand meaning across files
- Finds related code patterns regardless of implementation
- Discovers where features are implemented across your project
- Exploring unfamiliar codebases
- Finding similar patterns
- Understanding component integrations
- Locating feature implementations
- Discovering related code sections
- Tools → GM → Activate
- Ctrl+Alt+Shift+G (Show State)
- Right-click → GM → Analyze
- Use semantic code search: type "Find [what you're looking for]" in queries
Settings → Tools → GM
MIT