Jump to ES6 arrow functions in Sublime Text? The Next CEO of Stack OverflowSublime Text 3 -...
What can we do to stop prior company from asking us questions?
% symbol leads to superlong (forever?) compilations
How do I solve this limit?
Describing a person. What needs to be mentioned?
How to Reset Passwords on Multiple Websites Easily?
Grabbing quick drinks
Is it safe to use c_str() on a temporary string?
Robert Sheckley short story about vacation spots being overwhelmed
Increase performance creating Mandelbrot set in python
How to get regions to plot as graphics
How do scammers retract money, while you can’t?
The King's new dress
Why here is plural "We went to the movies last night."
How to be diplomatic in refusing to write code that breaches the privacy of our users
How do I construct this japanese bowl?
How to make a software documentation "officially" citable?
Opposite of a diet
Inappropriate reference requests from Journal reviewers
Only print output after finding pattern
Is a stroke of luck acceptable after a series of unfavorable events?
Which organization defines CJK Unified Ideographs?
Why were Madagascar and New Zealand discovered so late?
Rotate a column
If I blow insulation everywhere in my attic except the door trap, will heat escape through it?
Jump to ES6 arrow functions in Sublime Text?
The Next CEO of Stack OverflowSublime Text 3 - Proper javascript intellisense?How to jump between brackets in sublime text 3How to insert a tab character in sublime text?Sublime Text 3: How to jump to the parent/enclosing function?Sublime Text 2/3: Arrow key navigationWhitespace in Sublime Text 3Sublime Text 3 build 3103How can I disable the JSHint Gutter package for one Sublime Text 3 project onlySublime Text 3 keyboard shortcut to jump from Find Bar to textSublime Text auto complete custom functions php
Sublime Text'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).
What is happening:
When I try to use the Goto / Jump to functionality of Sublime Text, I am 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 =>
:
Here is how it looks.
What I would like to achieve:
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 function
keyword.
keyboard-shortcuts javascript sublime-text-3
New contributor
add a comment |
Sublime Text'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).
What is happening:
When I try to use the Goto / Jump to functionality of Sublime Text, I am 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 =>
:
Here is how it looks.
What I would like to achieve:
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 function
keyword.
keyboard-shortcuts javascript sublime-text-3
New contributor
add a comment |
Sublime Text'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).
What is happening:
When I try to use the Goto / Jump to functionality of Sublime Text, I am 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 =>
:
Here is how it looks.
What I would like to achieve:
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 function
keyword.
keyboard-shortcuts javascript sublime-text-3
New contributor
Sublime Text'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).
What is happening:
When I try to use the Goto / Jump to functionality of Sublime Text, I am 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 =>
:
Here is how it looks.
What I would like to achieve:
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 function
keyword.
keyboard-shortcuts javascript sublime-text-3
keyboard-shortcuts javascript sublime-text-3
New contributor
New contributor
New contributor
asked 5 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%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%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