Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Python Tools for Visual Studio

You're reading from  Python Tools for Visual Studio

Product type Book
Published in Apr 2014
Publisher
ISBN-13 9781783288687
Pages 122 pages
Edition 1st Edition
Languages

Object Browser


Another way to have a high-level clear view of the project and the elements that compose it is to use the Object Browser tool. This tool gives you a more hierarchal view of the entire project. There are two different ways to access the view; let's take a look at both of them.

The first way is to open the full version of the Object Browser tool, which is accessible from the VIEW menu through the main toolbar, or by using the Alt + Ctrl + J shortcut.

Using the shortcut will open a new tab in the code editor window, which will present us with the following view:

The Object Browser tool is a three-pane window. The top-left pane shows a list of all the Python files that compose the project. The top-right pane shows a list of elements that compose the selected file (methods, fields, and so on). The bottom pane shows the element footprint and related documentation (if available) of the selected element.

Any of the elements in the Object Browser tool are clickable. A double-click will...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $19.99/month. Cancel anytime}