Skip to main content
If you can’t find a solution here, use the Feedback button at the bottom of the MoxyCode panel to contact support.

Installation & sign-in

The extension may not have activated yet. MoxyCode activates when a supported file type is opened.
  1. Open any .cls, .trigger, .js, or .html file
  2. Save the file once to trigger activation
  3. If the icon still doesn’t appear, run Developer: Reload Window from the Command Palette
The sign-in prompt triggers automatically on your third request. If it doesn’t appear:
  1. Run Developer: Reload Window from the Command Palette
  2. Make the request again — the prompt should appear
  1. Run Developer: Reload Window from the Command Palette
  2. If the issue persists, try signing out and signing back in from the MoxyCode panel

Deployment

The deploy option only appears for supported file types. Make sure the file you are right-clicking is a .cls, .trigger, .js, or .html file.If the option still doesn’t appear:
  1. Save the file once to trigger MoxyCode activation
  2. Run Developer: Reload Window from the Command Palette and try again
Make sure you are deploying to the correct org. Check your active Salesforce CLI default org:
  1. Look at the org name in the VS Code status bar at the bottom of the screen
  2. Click it to change to a different org if needed
MoxyCode always deploys to whichever org is set as your Salesforce CLI default.
Your Salesforce CLI org session may have expired. Re-authenticate:
  1. Click the org name in the VS Code status bar
  2. Select Authorize an Org and follow the login flow
  3. Try deploying again
LWC components deploy as a full bundle — all files in the component folder are deployed together. If another file in the bundle has an error, the deploy will fail even if you only changed one file.Check the Deploy Errors panel for the specific file and line causing the failure — it may not be the file you edited.
MoxyCode requires the Salesforce CLI to be installed and available in your terminal PATH.
  1. Run sf --version in your terminal to verify it is installed
  2. If not installed, download it from developer.salesforce.com/tools/salesforcecli
  3. After installing, run Developer: Reload Window in VS Code and try again

Deploy Errors panel

MoxyCode only monitors deploys triggered via MoxyCode: Deploy to Org. If you used the Salesforce CLI directly or an SFDX command, MoxyCode will not detect the errors.Always use MoxyCode: Deploy to Org from the right-click menu or Command Palette to get automatic error detection.
Check the following:
  1. Make sure you have remaining AI requests — Free plan users get 5 per day shared across the entire product
  2. Check your internet connection — Explain requires an active connection in online mode
  3. Check the Online AI Usage indicator in the panel header — if online credit is exhausted, switch to Offline Mode
Analyze & Generate Fixes is a Pro feature. On the Free plan, click Explain on each individual error to get AI analysis and a suggested fix you can copy manually.Upgrade to Pro → moxycode.com
  1. Click Undo Fix in the notification that appeared after applying, or use Cmd+Z / Ctrl+Z to revert
  2. Review the Confidence and Risk ratings before re-applying
  3. For Low Confidence fixes, consider applying the change manually using the explanation as a guide
  4. Use the chat input at the bottom of the panel to ask MoxyCode for more context or an alternative approach
Some errors are layered — fixing one can reveal another underneath. Run MoxyCode: Deploy to Org again. MoxyCode will open the panel with the next set of errors and repeat the fix cycle.
  1. Check your internet connection
  2. Check you have remaining AI requests — each chat message uses 1 of your 5 daily requests on the Free plan
  3. Run Developer: Reload Window from the Command Palette and try again

Code Analysis

Explain & Fix All Warnings is a Pro feature and is not shown to Free plan users. On the Free plan, use the MoxyCode: 💡 Explain & Fix CodeLens link above each individual flagged line.Upgrade to Pro → moxycode.com
Apply Fix requires a Pro plan. On the Free plan, the full analysis and fixed code are shown in the Code Analysis panel — copy the fixed code and apply it manually to your file.Upgrade to Pro → moxycode.com
After applying a fix, save the file to confirm the changes. MoxyCode will re-analyse the file on save and update the warnings. If a warning persists after saving, the fix may not have fully resolved the issue — click MoxyCode: 💡 Explain & Fix again for further analysis.
Start with 🔴 Critical issues — these are the most likely to cause deployment failures or governor limit errors. Address 🟡 Warning issues next, then 🔵 Info items at your own pace.See the Code Analysis Rules page for a full explanation of each rule.

AI requests & plan

The 5 daily AI request limit resets 24 hours after your 5th request was made. You can still deploy, view warnings, and navigate your code normally while waiting for the reset.Upgrade to Pro for unlimited requests → moxycode.com
The Free plan request counter is shown in the MoxyCode panel header — Free · x/5 requests. This updates after each AI action.
  1. Run Developer: Reload Window from the Command Palette
  2. If it still shows Free, sign out and sign back in from the MoxyCode panel
  3. If the issue persists, use the Feedback button in the panel to contact support

Performance & connectivity

Response time depends on your internet connection and current AI service load. If responses are consistently slow:
  1. Check your internet connection
  2. Check the Online AI Usage indicator — high usage may affect response times
  3. Consider switching to Offline Mode for faster local responses (Pro only)
The Offline indicator in the panel header means MoxyCode cannot reach the AI service.
  1. Check your internet connection
  2. If you are on a corporate network, check whether outbound HTTPS traffic is restricted
  3. If you have Offline Mode set up, you can switch to it via MoxyCode: Mode in Settings
MoxyCode requires outbound HTTPS access to function in online mode. If your network restricts outbound traffic, contact your IT team to whitelist the MoxyCode backend.Alternatively, set up Offline Mode (Pro) to run MoxyCode fully locally with no outbound connections required.
MoxyCode analysis runs on file open and save. If VS Code feels slower on large files:
  1. Run Developer: Reload Window to clear any stale processes
  2. If the issue persists, use the Feedback button in the panel to report it with details of the file size and type

Plans & Limits

Understand request limits and what Pro unlocks

Privacy & FAQ

How MoxyCode handles your code and data