Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE: @W-14086491@: Publishing updated Docs for VSCode Extension. #1174

Merged
merged 5 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/_articles/en/v3.x/code-analyzer-vs-code-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ You can also [enable](./en/v3.x/faq/#q-how-do-i-enable-engine-xs-default-rules-f
* In your terminal, run `sfdx plugins:install @salesforce/sfdx-scanner`. Make sure that you're running Code Analyzer version {{site.data.versions-v3.extensioncompatiblescanner}} or later.
* Install [Salesforce Code Analyzer VS Code extension(beta)](https://marketplace.visualstudio.com/items?itemName=salesforce.sfdx-code-analyzer-vscode).

## Contribute to Salesforce Code Analyzer VS Code Extension

To report issues with the Salesforce Code Analyzer VS Code Extension, create a [bug on Github](https://github.com/forcedotcom/sfdx-code-analyzer-vscode/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=%5BBUG%5D). To suggest a feature enhancement, create a [request on Github](https://github.com/forcedotcom/sfdx-code-analyzer-vscode/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=%5BFeature+Request%5D).

## Launch Code Analyzer Extension and Scan Your Code

Complete these steps to launch the Code Analyzer extension and scan your code.
Expand Down Expand Up @@ -94,7 +98,7 @@ To use a quick fix to suppress a PMD violation on a line of code, complete these
2. Click **Quick Fix** in the pop-up.
3. Click **Suppress violations on this line**.

#### Replace Code Analyzer’s PMD Config File with a Custom PMD Configg
#### Replace Code Analyzer’s PMD Config File with a Custom PMD Config

By default, Code Analyzer runs all of PMD's default rules against your Apex and VisualForce files. However, if you have a custom PMD configuration that better suits your needs, you can substitute your configuration in place of ours.

Expand Down
4 changes: 2 additions & 2 deletions docs/_data/versions-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ cpd: '6.55.0'
eslint: '8.x'
retirejs: '3.x'
configfile: 'Config.json'
extension: '0.1.0'
extensionreleasedon: '09-06-2023'
extension: '0.1.1'
extensionreleasedon: '09-07-2023'
extensioncompatiblescanner: '3.16.0'
Loading