The Rudranex Developer Assistant is a VS Code extension designed to bring elite code fixing, refactoring, and debugging powered by Rudranex Omniverse directly into your editor context menu.
Features
Inline Code Fix/Refactor: Highlight any block of code, right-click, and select "Rudranex: Inline Code Fix/Refactor" to edit/optimize it using prompt instructions.
Debug Selected Code: Instantly review code selections for bugs and apply automated fixes.
API Key & Limits Validation: Validates user dashboard API keys and follows subscriber plan usage limits.
How to Configure
Open VS Code Settings (Ctrl + ,).
Search for Rudranex.
Set your parameters:
Server Url: The address of your backend server (e.g. http://localhost:3000).
Api Key: The API Key generated from your Rudranex Web Dashboard.
How to Use
Select a block of code in any editor window.
Right-click the selection to open the context menu.
Select Rudranex: Inline Code Fix/Refactor or Rudranex: Debug Selected Code.
Enter instructions (e.g. "make this function async and add try-catch").
Watch as the selection updates instantly with pristine code!