Lightning Studio Lightning Studio

Developer Tools
Version: 1.7
Last Update: 2023-03-06

User Reviews


avatar BHARGAVI KANDHI
2022-05-05

i don't know why its not showing lightning web components

avatar Daniel L. Valenzuela Calona
2022-05-04

Excelente plugin para realizar ajustes rĂ¡pidos a los componentes LWC directamente desde el navegador sin la necesidad de Visual Studio.

avatar christophe vidal
2022-04-27

This is a very nice replacement to the terrible Developer Console when I want to make quick edits here and there instead of using VS Code. It would be great if Triggers, Lightning Components and VF Page would be supported as well

avatar Dinh Duc Nguyen
2022-02-15

Excellent tool, easy for the LWC development! Thanks @nisarAhmad

avatar R Nanda
2022-01-14

Amazing tool and Best LWC extension as of today. Less dependency in VS code and much more easier now to use and build LWC components. Thanks and Kudos to you @nisarAhmad. Keep it up.

avatar Munna Kumar Jaiswal
2022-01-07

Tool looks good, but sometimes it gives weird error though code does not have any issue eg below:
Dependent class is invalid and needs recompilation:
Class TFS_Utility :
Territory2.name in :setDSSOs and User.IsActive = true
^
ERROR at Row:2:Column:109
No such column 'IsActive' on entity 'User'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.: Source

Below is apex Code:

for(UserTerritory2Association usrTerr : [SELECT Id, Territory2.name, UserID, User.TFS_SRM_Title__c FROM UserTerritory2Association
where isActive = true and Territory2.name in :setDSSOs and User.IsActive = true
and User.TFS_SRM_Title__c in :mapTitleToHierarchy.keySet()
order by lastmodifieddate desc])


Please let me know for any fix.

avatar pulipati narapanaidu
2022-01-06

Wow this extension is beautiful. It makes the work very easy. I loved it. Great Idea and great work.

avatar Somendra Jhakal
2021-12-14

Excellent tool, easy for the LWC development! No need for VS Code!! This is such a helpful extension for quick deployment of LWC & Classes. Removed dependency to VS code for LWC as well no need for any authorization no need for other applications.
But would be great if we had a backup option for LWC and classes, this should gonna help a lot.
Really appreciate it. Keeping inspire us.
Thank you so much! @NisarAhmad.

avatar Sugavanesh P
2021-12-14

Awesome tool. Really appreciate it.

avatar Thamizh Tharagai
2021-09-14

Hi,
While trying to import custom field into JS, it throws error. Have anyone faced this issue in the editor and solved it ?

Related Extensions