A VS Code extension that integrates Claude and Jira functionality.
- Integrates Claude AI capabilities with VS Code
- Provides Jira integration for enhanced workflow
- Adds commands for Claude and Jira interactions
- Open VS Code
- Press
Ctrl+Shift+P
(orCmd+Shift+P
on Mac) to open the Command Palette - Type "Hello World" and select the command
- You'll see a notification message appear
To test this extension locally:
- Open this folder in VS Code
- Press
F5
to run the extension in a new Extension Development Host window - In the new window, open the Command Palette and run the "Hello World" command
package.json
- Extension manifest with metadata and configurationextension.js
- Main extension entry point with activation logicREADME.md
- This documentation file