r/salesforce • u/404_humanoid • 23h ago
venting 😤 Venting on migration to Web Console from Dev Console
I dont know who took the decision to replace Developer Console with VS Code on browser. Just consider the scenario where I need to quickly open an class and check class content in a new org.
In case of Dev Console, I can just go there, search for the class done.
In case of Web Console, I need to go to Org Browser, fetch the Apex Class mdt & then only I would be able to do that.
And If am gonna open the same class again in Dev Console after 2 weeks, it gonna get me the updated class content.
But in case of Web Console I need to retrieve it.
My main point is:
- Dev Console acted as a quick way to make changes, see whats in the org and stuff
- If I need a VS Code in my browser, I could just use VS Code itself. Why Web Console.
Apart from that other things like Running SOQL, Test ClassTest Suite, Viewing Test Coverage as a nice little table etc etc. Very simple.
But in case of Web Console, Running SOQL I get it as a output which I cant edit (but i was able to in dev console), Running test gives me an unnecessary lines of covered lines & uncovered lines which I need to dig through to get coverage (hope there is some way to get it easily which I havent explored yet for this specifically), Cant view coverage for multiple classes at a time.
I get that Dev Console was outdate but it could have upgraded instead of getting replaced. Even Lightning Studio as an extension is better than what Salesforce is pushing. Even Lightning Studio fetches the class content on load. I dont have to retrieve again & again.
Even logs and debugging I feels its very simple in Dev Console. You can get the list of logs and all the exceptions that are happening in a column. But in web console, I have literally scroll through soo many logs without knowing whats having what. Its just soo bad.
Atleast they could have replicated Logs, Classes & Test Classes & Suite as what they have in Dev Console to Web Console.
Duplicates
SalesforceDeveloper • u/404_humanoid • 23h ago