Jump to ES6 arrow functions in Sublime text editor The Next CEO of Stack OverflowChange tab or...
Text adventure game code
Can a single photon have an energy density?
Why here is plural "We went to the movies last night."
How to use tikz in fbox?
Why does standard notation not preserve intervals (visually)
How to make a variable always equal to the result of some calculations?
What makes a siege story/plot interesting?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
How to count occurrences of text in a file?
How do I go from 300 unfinished/half written blog posts, to published posts?
How easy is it to start Magic from scratch?
Grabbing quick drinks
Robert Sheckley short story about vacation spots being overwhelmed
Is it safe to use c_str() on a temporary string?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Why does C# sound extremely flat when saxophone is tuned to G?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Opposite of a diet
Why didn't Khan get resurrected in the Genesis Explosion?
Trouble understanding the speech of overseas colleagues
How should I support this large drywall patch?
Apart from "berlinern", do any other German dialects have a corresponding verb?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Jump to ES6 arrow functions in Sublime text editor
The Next CEO of Stack OverflowChange tab or open CSS file on SCSS build in Sublime Text 2'super' key not working as expecting in Sublime Text 2 or 3 on Windows 7Multiple cursors in Sublime Text under UbuntuHow to jump between brackets in sublime text 3Cannot create key bindings with the pipe-key on my Norwegian keyboard in Sublime Text 2Sublime Text 2/3: Arrow key navigationAutocompletion for custom PHP classes in Sublime Text 2/3How can I disable the JSHint Gutter package for one Sublime Text 3 project onlyOutlook 2016 ctrl-arrow key navigation not workingRefactoring Code in Sublime Text 3
Sublime text editor's default Super+R (Ctrl+R on Windows) key binding to jump to certain functions, etc. works great when a function is defined using the function
keyword, but it doesn't seems to be working for ES6 Arrow function declarations (I am working with React JS).
When I try to use the Goto / Jump to functionality of Sublime text editor, I'm not able to jump to an arrow function. Here is how all my functions/methods look in the jump to pane (either only () =>
or with the argument like arg =>
I'd like to have a list of all the arrow functions, and simply type in the name (or part of the name) of the arrow function and jump to that function, like it works normally with the function
keyword.
keyboard-shortcuts javascript sublime-text-3
New contributor
add a comment |
Sublime text editor's default Super+R (Ctrl+R on Windows) key binding to jump to certain functions, etc. works great when a function is defined using the function
keyword, but it doesn't seems to be working for ES6 Arrow function declarations (I am working with React JS).
When I try to use the Goto / Jump to functionality of Sublime text editor, I'm not able to jump to an arrow function. Here is how all my functions/methods look in the jump to pane (either only () =>
or with the argument like arg =>
I'd like to have a list of all the arrow functions, and simply type in the name (or part of the name) of the arrow function and jump to that function, like it works normally with the function
keyword.
keyboard-shortcuts javascript sublime-text-3
New contributor
add a comment |
Sublime text editor's default Super+R (Ctrl+R on Windows) key binding to jump to certain functions, etc. works great when a function is defined using the function
keyword, but it doesn't seems to be working for ES6 Arrow function declarations (I am working with React JS).
When I try to use the Goto / Jump to functionality of Sublime text editor, I'm not able to jump to an arrow function. Here is how all my functions/methods look in the jump to pane (either only () =>
or with the argument like arg =>
I'd like to have a list of all the arrow functions, and simply type in the name (or part of the name) of the arrow function and jump to that function, like it works normally with the function
keyword.
keyboard-shortcuts javascript sublime-text-3
New contributor
Sublime text editor's default Super+R (Ctrl+R on Windows) key binding to jump to certain functions, etc. works great when a function is defined using the function
keyword, but it doesn't seems to be working for ES6 Arrow function declarations (I am working with React JS).
When I try to use the Goto / Jump to functionality of Sublime text editor, I'm not able to jump to an arrow function. Here is how all my functions/methods look in the jump to pane (either only () =>
or with the argument like arg =>
I'd like to have a list of all the arrow functions, and simply type in the name (or part of the name) of the arrow function and jump to that function, like it works normally with the function
keyword.
keyboard-shortcuts javascript sublime-text-3
keyboard-shortcuts javascript sublime-text-3
New contributor
New contributor
edited 12 mins ago
karel
9,32993239
9,32993239
New contributor
asked 49 mins ago
DevashishDevashish
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: 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
});
}
});
Devashish is a new contributor. Be nice, and check out our Code of Conduct.
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%2fsuperuser.com%2fquestions%2f1418893%2fjump-to-es6-arrow-functions-in-sublime-text-editor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Devashish is a new contributor. Be nice, and check out our Code of Conduct.
Devashish is a new contributor. Be nice, and check out our Code of Conduct.
Devashish is a new contributor. Be nice, and check out our Code of Conduct.
Devashish is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1418893%2fjump-to-es6-arrow-functions-in-sublime-text-editor%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