tprouvot / Salesforce-Inspector-reloaded

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh
MIT License
213 stars 65 forks source link

[data-export] Assist users on autocompleting there SOQL #130

Closed ehsky closed 1 year ago

ehsky commented 1 year ago

Thank you for taking continuing the development of salesforce inspector! Awesome feature updates ☺️

Is your feature request related to a problem? Please describe. It would be great to give end users assistance on finding the correct fields and functions when writing a SOQL in "Export Data"

Describe the solution you'd like When a user starts typing in the "Export Query" input window a drop down menu under there line cursers is shown after they start typing. The text that is typed is the search tearm on fields for the querying object or SQL functions.

Describe alternatives you've considered

Additional context

Example implementation of a drop down assistive autocomplete menu. image

Next wish would be to extend with functions image

The examples can be tested and are implemented in this repo https://lwc-soql-builder.github.io/lwc-soql-builder/

tprouvot commented 1 year ago

Hi @ehsky, Thanks for this feature request ! I don't know if you already checked this but there's already a button to display all suggested fields and functions:

image

For the dropdown assistive menu, you can already use the tab key to navigate among suggestions and enter to select one

2023-07-24_16-36-17 (1)

ehsky commented 1 year ago

Thanks @tprouvot i was not aware the tab functionality and the show all. I assume this as closed then