-
Notifications
You must be signed in to change notification settings - Fork 71
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
[popup] Add Standard Apex classes documentation in shortcut #247
Labels
enhancement
New feature or request
Comments
Idea would be to use setup links and add "external" property to model in order to prevent the addition of the current domain when selecting the link. {label: "Class String", link: "/apex_methods_system_string", section: "Apex Doc > System > String", prod: false, external: true} |
6 tasks
tprouvot
added a commit
that referenced
this issue
Dec 27, 2023
## Describe your changes In Shortcut tab, you can search for apex class documentation by prefixing the class name by "Class". For example if you search for String class, enter "Class String": <img width="279" alt="image" src="https://github.com/tprouvot/Salesforce-Inspector-reloaded/assets/35368290/35eab4da-f1bf-4d28-b9dc-4ebd70a8dc54"> ## Issue ticket number and link #247 ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [ ] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
AntoineLeleu-Salesforce
pushed a commit
to AntoineLeleu-Salesforce/Salesforce-Inspector-reloaded
that referenced
this issue
Jan 4, 2024
## Describe your changes In Shortcut tab, you can search for apex class documentation by prefixing the class name by "Class". For example if you search for String class, enter "Class String": <img width="279" alt="image" src="https://github.com/tprouvot/Salesforce-Inspector-reloaded/assets/35368290/35eab4da-f1bf-4d28-b9dc-4ebd70a8dc54"> ## Issue ticket number and link tprouvot#247 ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [ ] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
AntoineLeleu-Salesforce
pushed a commit
to AntoineLeleu-Salesforce/Salesforce-Inspector-reloaded
that referenced
this issue
Jan 4, 2024
## Describe your changes In Shortcut tab, you can search for apex class documentation by prefixing the class name by "Class". For example if you search for String class, enter "Class String": <img width="279" alt="image" src="https://github.com/tprouvot/Salesforce-Inspector-reloaded/assets/35368290/35eab4da-f1bf-4d28-b9dc-4ebd70a8dc54"> ## Issue ticket number and link tprouvot#247 ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [ ] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
It would be great to search and navigate to apex doc from shortcut popup
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: