admin管理员组

文章数量:1398808

In a JS File, I know how to navigate using command + shift + o to open the code navigation. However, I want to limit it to only top-level functions, not nested setTimeouts and other nested declarations. Is there a way to customize code to only show the top-level methods or functions?

本文标签: How to navigate to all toplevel functions in a file in VS CodeStack Overflow