Is Developer Console going to be deprecated?
Since LWC
was released without support in the Developer Console. Also, not intention to some kind of DX
support I'm wondering is it going to die?
I google it and look for some official or unofficial information but nothing trustable is out there.
I know this forum is not for opinions and debates. But honestly, I think that Salesforce as a main cloud solution provider should give some web-based IDE.
developer-console
add a comment |
Since LWC
was released without support in the Developer Console. Also, not intention to some kind of DX
support I'm wondering is it going to die?
I google it and look for some official or unofficial information but nothing trustable is out there.
I know this forum is not for opinions and debates. But honestly, I think that Salesforce as a main cloud solution provider should give some web-based IDE.
developer-console
add a comment |
Since LWC
was released without support in the Developer Console. Also, not intention to some kind of DX
support I'm wondering is it going to die?
I google it and look for some official or unofficial information but nothing trustable is out there.
I know this forum is not for opinions and debates. But honestly, I think that Salesforce as a main cloud solution provider should give some web-based IDE.
developer-console
Since LWC
was released without support in the Developer Console. Also, not intention to some kind of DX
support I'm wondering is it going to die?
I google it and look for some official or unofficial information but nothing trustable is out there.
I know this forum is not for opinions and debates. But honestly, I think that Salesforce as a main cloud solution provider should give some web-based IDE.
developer-console
developer-console
asked 9 hours ago
Martin BorthiryMartin Borthiry
4,53443574
4,53443574
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
LWC is meant to be used in a "source of truth" model that includes a repository. This is because the unit tests are not uploaded/stored in Salesforce, so the entire LWC needs to be offline somewhere or you'd lose some of the files. The Developer Console is still supported, and has not been deprecated in any official channel that I know of. Until/unless it is announced in release notes and/or another official channel, you can presume that the Developer Console will be viable for the foreseeable future.
add a comment |
There's no official mention about Developer Console being deprecated. And I wouldn't think that it's going to be deprecated anytime sooner.
While it may not be supported for LWC specifically but it still has its place. It still proves to be a handy tool for quite a few things. And that you can always use it not only for editing Apex, VF, Lighting Aura Components, etc. but also utilize one of a very important tools for query optimization, i.e., Query Plan Tool, which is as of now available only through Developer Console.
In one of the developer meeting on LWC, a speaker from Salesforce told that including LWC in the developer console is in the roadmap. Not sure when it is going to be available.
– sanket kumar
7 hours ago
add a comment |
The developer console is a convenient tool that’s used daily by many Salesforce developers. You can still use it to access Apex classes, Visualforce pages and Aura bundles; however, it's not a full-blown IDE. Also, in its current form, the developer console can't provide integrated support for much of the tooling that ships with the Lightning Web Components Salesforce Extension, like ESLint.
You'll get the best developer experience using more robust tools like VS Code and the Salesforce Extensions, or Illuminated Cloud. Your users will also benefit because these tools can help you identify and avoid common issues in your code as you write, and before you even try to deploy to development environments.
With saying that there are many capabilities which are available in Developer console and there is no roadmap to retire this tool
Ref: Developer Tools for Lightning Web Components
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "459"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f251399%2fis-developer-console-going-to-be-deprecated%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
LWC is meant to be used in a "source of truth" model that includes a repository. This is because the unit tests are not uploaded/stored in Salesforce, so the entire LWC needs to be offline somewhere or you'd lose some of the files. The Developer Console is still supported, and has not been deprecated in any official channel that I know of. Until/unless it is announced in release notes and/or another official channel, you can presume that the Developer Console will be viable for the foreseeable future.
add a comment |
LWC is meant to be used in a "source of truth" model that includes a repository. This is because the unit tests are not uploaded/stored in Salesforce, so the entire LWC needs to be offline somewhere or you'd lose some of the files. The Developer Console is still supported, and has not been deprecated in any official channel that I know of. Until/unless it is announced in release notes and/or another official channel, you can presume that the Developer Console will be viable for the foreseeable future.
add a comment |
LWC is meant to be used in a "source of truth" model that includes a repository. This is because the unit tests are not uploaded/stored in Salesforce, so the entire LWC needs to be offline somewhere or you'd lose some of the files. The Developer Console is still supported, and has not been deprecated in any official channel that I know of. Until/unless it is announced in release notes and/or another official channel, you can presume that the Developer Console will be viable for the foreseeable future.
LWC is meant to be used in a "source of truth" model that includes a repository. This is because the unit tests are not uploaded/stored in Salesforce, so the entire LWC needs to be offline somewhere or you'd lose some of the files. The Developer Console is still supported, and has not been deprecated in any official channel that I know of. Until/unless it is announced in release notes and/or another official channel, you can presume that the Developer Console will be viable for the foreseeable future.
answered 9 hours ago
sfdcfoxsfdcfox
256k11201441
256k11201441
add a comment |
add a comment |
There's no official mention about Developer Console being deprecated. And I wouldn't think that it's going to be deprecated anytime sooner.
While it may not be supported for LWC specifically but it still has its place. It still proves to be a handy tool for quite a few things. And that you can always use it not only for editing Apex, VF, Lighting Aura Components, etc. but also utilize one of a very important tools for query optimization, i.e., Query Plan Tool, which is as of now available only through Developer Console.
In one of the developer meeting on LWC, a speaker from Salesforce told that including LWC in the developer console is in the roadmap. Not sure when it is going to be available.
– sanket kumar
7 hours ago
add a comment |
There's no official mention about Developer Console being deprecated. And I wouldn't think that it's going to be deprecated anytime sooner.
While it may not be supported for LWC specifically but it still has its place. It still proves to be a handy tool for quite a few things. And that you can always use it not only for editing Apex, VF, Lighting Aura Components, etc. but also utilize one of a very important tools for query optimization, i.e., Query Plan Tool, which is as of now available only through Developer Console.
In one of the developer meeting on LWC, a speaker from Salesforce told that including LWC in the developer console is in the roadmap. Not sure when it is going to be available.
– sanket kumar
7 hours ago
add a comment |
There's no official mention about Developer Console being deprecated. And I wouldn't think that it's going to be deprecated anytime sooner.
While it may not be supported for LWC specifically but it still has its place. It still proves to be a handy tool for quite a few things. And that you can always use it not only for editing Apex, VF, Lighting Aura Components, etc. but also utilize one of a very important tools for query optimization, i.e., Query Plan Tool, which is as of now available only through Developer Console.
There's no official mention about Developer Console being deprecated. And I wouldn't think that it's going to be deprecated anytime sooner.
While it may not be supported for LWC specifically but it still has its place. It still proves to be a handy tool for quite a few things. And that you can always use it not only for editing Apex, VF, Lighting Aura Components, etc. but also utilize one of a very important tools for query optimization, i.e., Query Plan Tool, which is as of now available only through Developer Console.
answered 9 hours ago
Jayant DasJayant Das
15.4k2824
15.4k2824
In one of the developer meeting on LWC, a speaker from Salesforce told that including LWC in the developer console is in the roadmap. Not sure when it is going to be available.
– sanket kumar
7 hours ago
add a comment |
In one of the developer meeting on LWC, a speaker from Salesforce told that including LWC in the developer console is in the roadmap. Not sure when it is going to be available.
– sanket kumar
7 hours ago
In one of the developer meeting on LWC, a speaker from Salesforce told that including LWC in the developer console is in the roadmap. Not sure when it is going to be available.
– sanket kumar
7 hours ago
In one of the developer meeting on LWC, a speaker from Salesforce told that including LWC in the developer console is in the roadmap. Not sure when it is going to be available.
– sanket kumar
7 hours ago
add a comment |
The developer console is a convenient tool that’s used daily by many Salesforce developers. You can still use it to access Apex classes, Visualforce pages and Aura bundles; however, it's not a full-blown IDE. Also, in its current form, the developer console can't provide integrated support for much of the tooling that ships with the Lightning Web Components Salesforce Extension, like ESLint.
You'll get the best developer experience using more robust tools like VS Code and the Salesforce Extensions, or Illuminated Cloud. Your users will also benefit because these tools can help you identify and avoid common issues in your code as you write, and before you even try to deploy to development environments.
With saying that there are many capabilities which are available in Developer console and there is no roadmap to retire this tool
Ref: Developer Tools for Lightning Web Components
add a comment |
The developer console is a convenient tool that’s used daily by many Salesforce developers. You can still use it to access Apex classes, Visualforce pages and Aura bundles; however, it's not a full-blown IDE. Also, in its current form, the developer console can't provide integrated support for much of the tooling that ships with the Lightning Web Components Salesforce Extension, like ESLint.
You'll get the best developer experience using more robust tools like VS Code and the Salesforce Extensions, or Illuminated Cloud. Your users will also benefit because these tools can help you identify and avoid common issues in your code as you write, and before you even try to deploy to development environments.
With saying that there are many capabilities which are available in Developer console and there is no roadmap to retire this tool
Ref: Developer Tools for Lightning Web Components
add a comment |
The developer console is a convenient tool that’s used daily by many Salesforce developers. You can still use it to access Apex classes, Visualforce pages and Aura bundles; however, it's not a full-blown IDE. Also, in its current form, the developer console can't provide integrated support for much of the tooling that ships with the Lightning Web Components Salesforce Extension, like ESLint.
You'll get the best developer experience using more robust tools like VS Code and the Salesforce Extensions, or Illuminated Cloud. Your users will also benefit because these tools can help you identify and avoid common issues in your code as you write, and before you even try to deploy to development environments.
With saying that there are many capabilities which are available in Developer console and there is no roadmap to retire this tool
Ref: Developer Tools for Lightning Web Components
The developer console is a convenient tool that’s used daily by many Salesforce developers. You can still use it to access Apex classes, Visualforce pages and Aura bundles; however, it's not a full-blown IDE. Also, in its current form, the developer console can't provide integrated support for much of the tooling that ships with the Lightning Web Components Salesforce Extension, like ESLint.
You'll get the best developer experience using more robust tools like VS Code and the Salesforce Extensions, or Illuminated Cloud. Your users will also benefit because these tools can help you identify and avoid common issues in your code as you write, and before you even try to deploy to development environments.
With saying that there are many capabilities which are available in Developer console and there is no roadmap to retire this tool
Ref: Developer Tools for Lightning Web Components
answered 9 hours ago
HimanshuHimanshu
9,51531230
9,51531230
add a comment |
add a comment |
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f251399%2fis-developer-console-going-to-be-deprecated%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown