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 top-level functions in a file in VS Code? - Stack Overflow
评论列表(0)
- 暂无评论