Overview Version History Q & A Rating & Review
Oricode AI for VS Code
AI-powered coding assistant for SAP BTP, Fiori, CAP, Vue, and React development.
Features
AI Chat
Context-aware code generation
Support for CAP, Fiori/UI5, Vue.js, React
Smart code validation and error correction loop
Unified chat history across VS Code and Eclipse
OData Browser (Coming Soon)
Browse any OData service (SAP + third party)
View entity metadata and data
Generate code from OData metadata
REST Browser (Coming Soon)
Explore REST APIs
Test requests and view responses
Save and manage API connections
Installation
Install from VS Code Marketplace (or VSIX file)
Open Settings and configure your Oricode API key
Open the Oricode sidebar to start chatting
Configuration
Setting
Description
oricode.apiKey
Your Oricode API key
oricode.model
AI model to use (default: claude-sonnet-4-5)
oricode.includeFileContext
Include current file in AI context
oricode.includeProjectContext
Include project structure in AI context
Commands
Command
Shortcut
Description
Oricode: Open AI Chat
Ctrl+Shift+O
Open the AI chat sidebar
Oricode: Ask AI About Selection
Ctrl+Shift+A
Ask about selected code
Oricode: Explain This Code
Right-click menu
Get code explanation
Oricode: Generate Code Here
Right-click menu
Generate code at cursor
Development
```bash
Install dependencies
npm install
Compile
npm run compile
Watch mode
npm run watch
Package extension
npm run package
```
License
MIT - Oricode