By using the advanced quick find you can get your code few clicks shorter. Also, you can search any string your code
We are now on Lightning!!!!
Using this extension you can search your code components your salesforce instance:
1) apex Classes
2) Apex Triggers
3) visualforce Pages
4) Visualforce Components
5) Lighting Component
In addition to the above you can use this extension to jump to classes / pages / triggers from the advanced quick find section on the left hand side.
How to make it work in Lightning:
1) We embed the extension in the setup page. Please navigate to the setup home page where you can find the extension injected in the right.
2) You need to authorize (this is a one time activity) for the application to make the API calls.
3) On clicking the button, you will be navigated to the Salesforce to authorize. Once you have successfully completed the authorization, you will be redirected back to the home page.
4) Once this is done, all the functionalities will be enabled.
How to use it (Classic):
Both the below section get added in the set-up pages, so this is only useful for developers and Admins, this tool will not make any sense for salesforce users.
1) Advanced Quick Find section:This part gets added in side navigation bar on all set-up pages. Select the code component that you want to go to, then start typing the name of the code,an autocomplete suggestion pops up, select the one that you want to go to.
2) Developer Utilities:
2.1) This component get added in force.com home page only. Let's say you want to know where you have hard-coded a profile name in your code, like if(profile.name =='sys Admin'){//you're doing something}. Right now to find this out you have to either go thru all the code individually or create a force.com project in eclipse and then search there. There's no way we can do this directly in salesforce. This string search will help you do that. You have to check the code components in which you want to search the code, enter a string in the input text field and hit enter. You will be presented with a list of code components where the string is used.
2.2 ) Code Coverage Extract: You can View and download the code coverage in your org.
2.3 ) This extension now allows you to lint the lightning code via the Lightning Linter tab.
2.4 ) You can now run PMD against your code
2.5 ) Added a new tab which will allow the users to view the record and its child information .
update 1.26
GraphQL Explorer is now available
update 1.22
Improved the static code analysis functionality
update 1.20
Moved away from heroku to firebase functions.
update 1.17
LWC editor now has linting capabilities.
update 1.15
Added the LWC Editor with Autocompleting for html & xml files.
update 1.10
Added the ability to get the record Information by just giving the record Id.
update 1.8, 1.9
Added support for the application to work on lightning
update 1.4.2
Added support for Custom label
Addes support for Apex PMD
Update 1.1.1
Expanded the quick search scope to Email Templates, Validation Rule, Workflow Rule, Custom Object
Added edition checks.
Update 1.2
Update the UI to be more in sync with Lightning
Update 1.3
Added Code coverage Extract section allowing user to view and download the code coverage.
Update 1.3.3:
UPdated the cookie issue.
NOTE:
1) Salesforce's REST API is used to accomplish the above functionalities
Update 1.3.5
1) Added support to delete all the Debug logs
2) Added a button on traceflag to renew the startDate / expiration date.
update 1.4:
1) Added functionality to support linting of lightning components
Latest reviews
- (2023-11-08) Martin Kopecký: Hi, This tool is really great, but from today I am receiving weird error when I try search piece of code in Apex Classes (Tab - Search Code). Some error occured while query for data TypeError: Cannot read properties of undefined (reading 'records') Are you able to check what is wrong?
- (2023-10-30) Ping Jiang: But how can I save my changes made with the LWC editor?
- (2023-08-22) Yakau Verameyeu: LWC editor is an outstanding feature Salesforce should have had. Thank you a lot!!
- (2023-04-14) Kaushik Kachhadiya: Great work. It works perfect to develop LWC! Please add bracket opening closing indications and also Provide insight if file is saved or not otherwise everything is perfect
- (2022-12-14) Praky Jain: Great tool for SF Developers
- (2022-11-22) Jorge Luis Villalobos Delgado: we were able to find some code verbose quickly with this
- (2022-10-21) nishant chimote: Does everything it says really well, loved the work
- (2022-10-13) Shivaprasad Chitta: Great Tool ... I love this
- (2022-08-19) Carolyn Marshall: Great Tool! I used it all the time but it stopped working. I hope it gets fixed!
- (2022-07-12) Salman: Very useful and handy tool to edit LWC components in a go
- (2022-05-06) Madhukar Reddy: It is more useful tool to search Apexclass, Page, Trigger,workflows, Email templates,Validation Rules,Static Resource..Well Done Sameer...Again More improvement here...
- (2022-04-20) Ashley Segui: The LWC editor was an excellent addition to this extension. However, it stopped working for our sandboxes after they were refreshed. It just continuously shows the "Loading the LWC Bundle" message. I hope this gets fixed soon.
- (2022-04-12) Brian Paul: I love this tool and used it almost daily until it recently stopped working. Like many others, when trying to sign in I see "[object Object]". I would greatly appreciate this being addressed. Thank you for your hard work!
- (2022-03-28) Probably this extension having issues which needs to be fixed as we are getting getting [object Object] error without more details.
- (2022-03-23) Jacob Crandall: I have seen this in action on a coworkers sandbox, but it seems to throw a 404 [Object] [Object] message when trying to login to a production, sandbox, or developer instance. If this is resolved, I will gladly change my rating.
- (2022-03-22) Ambika Kulanthasamy: when I am authenticate this plugin in developer edition / sandbox, it is throwing 404 error. Please resolve this error ASAP.
- (2022-03-22) My Dev: The extension did not install: after selecting button "Click here to authorize" button, selecting "Sandbox", and "Allowing" access (to api call), ... I am directed to a white screen with the only words "[object Object]" on the upper-left-corner of the screen.
- (2022-02-23) Abhisekh Kumar: Does it ever come out of this status "Retrieve successful, Linting initiated", same for PMD. At least have a proper message if something is not progressing or broken.
- (2022-02-03) Tarun Agarwal: It takes a lot of time to show components when used in lightning. However it works really well in classic
- (2021-12-29) Michael Rosner: Very clean interface, seamlessly integrated into Salesforce. Thank you for sharing this extension!
- (2021-10-11) avesh lakha: Very Good!! but in LWC Editor we can't import custom field from the schema.
- (2021-08-28) Ganesh: It is not working on my client SF orgs ,showing error - UnAuthorized access Error while getting data for ApexClass : {"data":[{"message":"Session expired or invalid","errorCode":"INVALID_SESSION_ID"}],"status":401,"config":{"method":"GET","transformRequest":[null],"transformResponse":[null],"url":"https://bpcustomer--nxsdeploy.my.salesforce.com/services/data/v32.0/query/?q=SELECT Id,Name,Body,LastModifiedBy.Name,LastModifiedDate From ApexClass","headers":{"Authorization":"Bearer undefined","Accept":"application/json, text/plain, */*"},"contentType":"application/json"},"statusText":"Unauthorized"}
- (2021-07-20) utkarsh varshney: One of the best tools for salesforce. Can't imaging development without it.
- (2021-07-19) Nitish Yadav: This extension has helped me a lot over the last few months. However, the delete all logs isn't working well for me lately. It always says there are no logs available though there are many logs available.
- (2021-06-18) Ashna Aujgobee: This is a very useful extention and very easy to use. In LWC Editor we can't import custom field from the schema, please fix.
- (2021-03-15) its super cool
- (2021-02-13) Kunal Singh Gusain: LWC editor feature is awesome I really liked the code editor provided. I wish there was a full screen mode as well. Earlier I was a fan of code searcher feature. Keep adding such useful features.
- (2021-02-07) M. Shiv Kumar: Recent LWC Editor addition is awesome. Thank you very much .no need of any Visual studio code ....5 stars!!
- (2020-10-18) JONNA MURALI: Really awesome
- (2020-09-15) Laura Longtine-Rosado: Downloaded to quickly see if we had any Apex:Flash hiding out, and it was super helpful to quickly search through everything and return what I needed prior to flash being retired.
- (2020-09-02) praveen kumar: Must have extension for SF developers. Thoughtful and saves lot of time. Good Job.
- (2020-03-05) Goutama Hegde: Great and Must have extension. Thank You!
- (2020-02-27) Mani Sundaresan: Was "Truly, Delete All" and "Delete My Logs" options removed with the recent updated?.
- (2020-01-25) Sayani Mukherjee: awesome tool
- (2020-01-24) Pranav Narayan: Amazing extension! Recommend for all, and for freshers starting off with SF, the first extension to install .
- (2020-01-20) Karthik S H: An absolute treat for both developers and admin, hoping for more cool features this year.
- (2019-11-07) Ashesh Ranga: Guys, I have been waiting for ADVANCE QUICK FIND in Lightning since very long time, is there any estimate on when we could see this in lightning? I am switching to classic just for this feature. It takes 1-2 minutes every time to go to a class/page/trigger/component/object and lightning experience is a nightmare for developer. If we have your feature rolled out to Lightning experience that would be extremely helpful. I really love this extension, this is my all time favourite extension in chrome, this has saved countless hours of my time, I recommend all salesforce devs/admins to use this. I have seen no other extension work like this. LOVEEEE!! Thank you so much.
- (2019-11-07) Sudha Sharma: I was loving it till it stopped working few days ago, neither working in classic nor in LEX even after authorization, getting 401 unauthorized in code search and the drop down in setup does not appear.
- (2019-09-20) Aman Bisht: I was using this tool and it was working fine. But now I am seeing that the Apex class,object and all search [on the left hand side] are removed. Please let me know what cause this.
- (2019-09-09) Kinda the best extension in town for Salesforce. How many laptops/system i have changed this has remained constant
- (2019-07-20) Kumaresan M: Nice application ease out time in finding components easily. If you could add more component types to the app would be more good..
- (2019-07-09) vanglirajan Kalimuthu: It doesn't work for custom domains like "https://vangli.cs23.my.salesforce.com/home/home.jsp"
- (2019-05-16) ayushi shah: please fix lightning linter to get 5 stars.
- (2019-05-14) Basant Kr. Verma: I am addicted of it, can't image a single day in office without it.
- (2019-05-14) Smita Dubal: Wonderful extension. Very useful.
- (2019-04-03) Chandrakanth M: Doesn't Work for Firefox. The above link given for mozilla doesn't work.
- (2019-01-14) Vijay N: Awesome!!! Save a lot time for searching!
- (2018-07-03) Nertin Hoxha: Great job, mate! thanks!
- (2018-05-04) Walker Huang: Nice tool
- (2018-03-02) Koustubh Vijay Kulkarni: Very useful extension. It comes in handy when you have very large org.