How to enable ES8 on WebStorm 2016











up vote
0
down vote

favorite












I have installed the WebStorm 2016, but in the options (File > Settings > Language & Frameworks) I see only a few JavaScript language versions, the last one is ECMAScript 6.



Is there a way to add the ES8 or another JavaScript version in this version of the WebStorm?










share|improve this question




















  • 1




    actually there is no "ES8". under this term people typically mean some specific subset of TC'39 proposals. So just try selecting "ES6" and specify what syntax does not work for you.
    – skyboyer
    Nov 8 at 12:48










  • Okay, is there a way to add another language version in this version of WebStorm?
    – Luan Kevin Ferreira
    Nov 8 at 13:01










  • do you have some statement that does not work after selecting "Ecmascript 6"? Inteliji team adds support for new language features even before they become _official_(stage 4). E.g. youtrack.jetbrains.com/issue/WEB-27687 about private class fields support.
    – skyboyer
    Nov 8 at 13:13












  • No, I don't in the current project that I am working on, I was just wondering if there is a way to add the new version of Javascript.
    – Luan Kevin Ferreira
    Nov 8 at 14:28






  • 1




    No, no way (unless you develop a plugin for that)
    – lena
    Nov 8 at 15:26















up vote
0
down vote

favorite












I have installed the WebStorm 2016, but in the options (File > Settings > Language & Frameworks) I see only a few JavaScript language versions, the last one is ECMAScript 6.



Is there a way to add the ES8 or another JavaScript version in this version of the WebStorm?










share|improve this question




















  • 1




    actually there is no "ES8". under this term people typically mean some specific subset of TC'39 proposals. So just try selecting "ES6" and specify what syntax does not work for you.
    – skyboyer
    Nov 8 at 12:48










  • Okay, is there a way to add another language version in this version of WebStorm?
    – Luan Kevin Ferreira
    Nov 8 at 13:01










  • do you have some statement that does not work after selecting "Ecmascript 6"? Inteliji team adds support for new language features even before they become _official_(stage 4). E.g. youtrack.jetbrains.com/issue/WEB-27687 about private class fields support.
    – skyboyer
    Nov 8 at 13:13












  • No, I don't in the current project that I am working on, I was just wondering if there is a way to add the new version of Javascript.
    – Luan Kevin Ferreira
    Nov 8 at 14:28






  • 1




    No, no way (unless you develop a plugin for that)
    – lena
    Nov 8 at 15:26













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have installed the WebStorm 2016, but in the options (File > Settings > Language & Frameworks) I see only a few JavaScript language versions, the last one is ECMAScript 6.



Is there a way to add the ES8 or another JavaScript version in this version of the WebStorm?










share|improve this question















I have installed the WebStorm 2016, but in the options (File > Settings > Language & Frameworks) I see only a few JavaScript language versions, the last one is ECMAScript 6.



Is there a way to add the ES8 or another JavaScript version in this version of the WebStorm?







webstorm






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 8 at 13:02

























asked Nov 8 at 12:44









Luan Kevin Ferreira

9419




9419








  • 1




    actually there is no "ES8". under this term people typically mean some specific subset of TC'39 proposals. So just try selecting "ES6" and specify what syntax does not work for you.
    – skyboyer
    Nov 8 at 12:48










  • Okay, is there a way to add another language version in this version of WebStorm?
    – Luan Kevin Ferreira
    Nov 8 at 13:01










  • do you have some statement that does not work after selecting "Ecmascript 6"? Inteliji team adds support for new language features even before they become _official_(stage 4). E.g. youtrack.jetbrains.com/issue/WEB-27687 about private class fields support.
    – skyboyer
    Nov 8 at 13:13












  • No, I don't in the current project that I am working on, I was just wondering if there is a way to add the new version of Javascript.
    – Luan Kevin Ferreira
    Nov 8 at 14:28






  • 1




    No, no way (unless you develop a plugin for that)
    – lena
    Nov 8 at 15:26














  • 1




    actually there is no "ES8". under this term people typically mean some specific subset of TC'39 proposals. So just try selecting "ES6" and specify what syntax does not work for you.
    – skyboyer
    Nov 8 at 12:48










  • Okay, is there a way to add another language version in this version of WebStorm?
    – Luan Kevin Ferreira
    Nov 8 at 13:01










  • do you have some statement that does not work after selecting "Ecmascript 6"? Inteliji team adds support for new language features even before they become _official_(stage 4). E.g. youtrack.jetbrains.com/issue/WEB-27687 about private class fields support.
    – skyboyer
    Nov 8 at 13:13












  • No, I don't in the current project that I am working on, I was just wondering if there is a way to add the new version of Javascript.
    – Luan Kevin Ferreira
    Nov 8 at 14:28






  • 1




    No, no way (unless you develop a plugin for that)
    – lena
    Nov 8 at 15:26








1




1




actually there is no "ES8". under this term people typically mean some specific subset of TC'39 proposals. So just try selecting "ES6" and specify what syntax does not work for you.
– skyboyer
Nov 8 at 12:48




actually there is no "ES8". under this term people typically mean some specific subset of TC'39 proposals. So just try selecting "ES6" and specify what syntax does not work for you.
– skyboyer
Nov 8 at 12:48












Okay, is there a way to add another language version in this version of WebStorm?
– Luan Kevin Ferreira
Nov 8 at 13:01




Okay, is there a way to add another language version in this version of WebStorm?
– Luan Kevin Ferreira
Nov 8 at 13:01












do you have some statement that does not work after selecting "Ecmascript 6"? Inteliji team adds support for new language features even before they become _official_(stage 4). E.g. youtrack.jetbrains.com/issue/WEB-27687 about private class fields support.
– skyboyer
Nov 8 at 13:13






do you have some statement that does not work after selecting "Ecmascript 6"? Inteliji team adds support for new language features even before they become _official_(stage 4). E.g. youtrack.jetbrains.com/issue/WEB-27687 about private class fields support.
– skyboyer
Nov 8 at 13:13














No, I don't in the current project that I am working on, I was just wondering if there is a way to add the new version of Javascript.
– Luan Kevin Ferreira
Nov 8 at 14:28




No, I don't in the current project that I am working on, I was just wondering if there is a way to add the new version of Javascript.
– Luan Kevin Ferreira
Nov 8 at 14:28




1




1




No, no way (unless you develop a plugin for that)
– lena
Nov 8 at 15:26




No, no way (unless you develop a plugin for that)
– lena
Nov 8 at 15:26

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53208021%2fhow-to-enable-es8-on-webstorm-2016%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53208021%2fhow-to-enable-es8-on-webstorm-2016%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Landwehr

Reims

Javascript gets undefined on array