List of variables
I was wondering if there was an option for Wing to display a list of variables (and/or methods) in the current file, similar to Eclipse's "Outline" tab.
Thanks
First time here? Check out the FAQ!
I was wondering if there was an option for Wing to display a list of variables (and/or methods) in the current file, similar to Eclipse's "Outline" tab.
Thanks
Thank you so much! Dummy mistake on my side - the right pane was minimized, lol, so I couldn't see it...
The Source Browser in the Tools menu in Wing Pro and Wing Personal does this if you set its scope to Browse Current Module. There are various options for filtering what's in the display.Related to this in Wing Pro are Find Symbol and Find Symbol in Project in the Source menu, which let you type a fragment to jump to a symbol in current file or any file added to the project.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-09-24 11:47:00 -0600
Seen: 466 times
Last updated: Mar 07 '19
Why Wing marks multiline tuple of statements as Syntax Error, but debugs and runs it just fine?
Slow file analysis for bigger projects
Hover over function to see popup help of parameters etc
Code Warnings: Attribute undefined: .float32 of np: numpy module
Object as param. introspection
Equivalent of PyCharms Code Inspection