vscode: how to use Hierarchy Calls?How to customize the tab-to-space conversion factor when using Visual Studio Code?How do you format code in Visual Studio Code (VSCode)Multiline editing in VSCodeHow to switch word wrap on and off in VSCode?VSCode: Open file from file explorer with Enter key on Mac OSXOpen files always in a new tab in Visual Studio CodeVSCode: How to Split Editor VerticallyVSCode java debugger externalConsolevscode one key to override tostringHow to click and follow errors in VSCode just like Visual-studio
How can I deal with extreme temperatures in a hotel room?
Adjective for 'made of pus' or 'corrupted by pus' or something of something of pus
What's the safest way to inform a new user of their password on an invite-only website?
Do the 26 richest billionaires own as much wealth as the poorest 3.8 billion people?
Comment traduire « That screams X »
Movie with Zoltar in a trailer park named Paradise and a boy playing a video game then being recruited by aliens to fight in space
Can you actually break an FPGA by programming it wrong?
Could human civilization live 150 years in a nuclear-powered aircraft carrier colony without resorting to mass killing/ cannibalism?
Bin Packing with Relational Penalization
How can a valley surrounded by mountains be fertile and rainy?
What will happen if I checked in for another room in the same hotel, but not for the booked one?
What game is this character in the Pixels movie from?
Company threatening to call my current job after I declined their offer
How do I organize members in a struct to waste the least space on alignment?
What is "oversubscription" in Networking?
Reusable spacecraft: why still have fairings detach, instead of open/close?
Preferred word for "preferred", "target", "chosen" in end user support documentation
How Do I Know When I am in Private Mode?
How to properly say asset/assets in German
Using “ser” without "un/una"?
Closest Proximity of Oceans to Freshwater Springs
Was it really unprofessional of me to leave without asking for a raise first?
Does a return economy-class seat between London and San Francisco release 5.28 tonnes of CO2 equivalents?
Most important new papers in computational complexity
vscode: how to use Hierarchy Calls?
How to customize the tab-to-space conversion factor when using Visual Studio Code?How do you format code in Visual Studio Code (VSCode)Multiline editing in VSCodeHow to switch word wrap on and off in VSCode?VSCode: Open file from file explorer with Enter key on Mac OSXOpen files always in a new tab in Visual Studio CodeVSCode: How to Split Editor VerticallyVSCode java debugger externalConsolevscode one key to override tostringHow to click and follow errors in VSCode just like Visual-studio
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm a new user in VSCode. I used to work with IntelliJ. In IntelliJ there is a very useful feature of Hierarchy call. You can see it here:
It allows me to see the methods that call certain method, and then the methods who call these methods, and so on...
In VSCode, however, I found a way to see the caller methods:
But, I can see only one level back of calling methods. If I want to see the "grandparents", I cannot do it.
Do you know any way that I can use this feature in VSCode just as I used it in IntelliJ?
visual-studio-code
add a comment |
I'm a new user in VSCode. I used to work with IntelliJ. In IntelliJ there is a very useful feature of Hierarchy call. You can see it here:
It allows me to see the methods that call certain method, and then the methods who call these methods, and so on...
In VSCode, however, I found a way to see the caller methods:
But, I can see only one level back of calling methods. If I want to see the "grandparents", I cannot do it.
Do you know any way that I can use this feature in VSCode just as I used it in IntelliJ?
visual-studio-code
add a comment |
I'm a new user in VSCode. I used to work with IntelliJ. In IntelliJ there is a very useful feature of Hierarchy call. You can see it here:
It allows me to see the methods that call certain method, and then the methods who call these methods, and so on...
In VSCode, however, I found a way to see the caller methods:
But, I can see only one level back of calling methods. If I want to see the "grandparents", I cannot do it.
Do you know any way that I can use this feature in VSCode just as I used it in IntelliJ?
visual-studio-code
I'm a new user in VSCode. I used to work with IntelliJ. In IntelliJ there is a very useful feature of Hierarchy call. You can see it here:
It allows me to see the methods that call certain method, and then the methods who call these methods, and so on...
In VSCode, however, I found a way to see the caller methods:
But, I can see only one level back of calling methods. If I want to see the "grandparents", I cannot do it.
Do you know any way that I can use this feature in VSCode just as I used it in IntelliJ?
visual-studio-code
visual-studio-code
asked Mar 25 at 14:13
CrazySynthaxCrazySynthax
2,83312 gold badges38 silver badges83 bronze badges
2,83312 gold badges38 silver badges83 bronze badges
add a comment |
add a comment |
0
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',
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
);
);
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%2fstackoverflow.com%2fquestions%2f55339813%2fvscode-how-to-use-hierarchy-calls%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
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55339813%2fvscode-how-to-use-hierarchy-calls%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