-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add Function Picker #1218
Comments
This exists within a single script file - press Ctrl+Shift+O to view symbols. What we don't have IIRC, is support for viewing all symbols in a workspace. |
I knew it had to be there, but just didn't know where to look. Thanks! |
I don't know about you but it bugs me slightly that this list isn't alphabetical like in VS. But as you scroll through the list it jumps to that code location. The VSCode folks told me that they preferred to keep that list in the order in which symbols appear in the document to the automatic scrolling wasn't too weird. Not sure I totally buy that but ... |
I think what bugs me more than that is how code folding is completely broken still. |
Have you voted on this VSCode issue related to code folding? microsoft/vscode#3422 |
System Details
Feature Request
Coming from full Visual Studio, one of my favorite things is the ease at which you can navigate a large PowerShell module based on function name. Most of the code I write is based on functions and being able to easily click a drop down and see every function AND navigate to it with a click is a huge time saver!
Thanks for your consideration!
The text was updated successfully, but these errors were encountered: