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

[popup] Add Standard Apex classes documentation in shortcut #247

Closed
tprouvot opened this issue Dec 18, 2023 · 2 comments
Closed

[popup] Add Standard Apex classes documentation in shortcut #247

tprouvot opened this issue Dec 18, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tprouvot
Copy link
Owner

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
image

@tprouvot tprouvot added the enhancement New feature or request label Dec 18, 2023
@tprouvot tprouvot self-assigned this Dec 18, 2023
@tprouvot
Copy link
Owner Author

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}

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)
@tprouvot
Copy link
Owner Author

image

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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant