Apex Query ValidatorThis Visual Studio Code extension helps enforce the DAO (Data Access Object) pattern in Salesforce projects by identifying SOQL and SOSL queries that are not located in designated DAO or Test files. It highlights queries within the opened class, trigger, or other Apex files, ensuring that your code follows best practices. Features
How to Use
Example: For the following Apex code:
The extension will:
Commands
Known Limitations
Requirements
|