How do you enable the navigation of methods and classes within a python module in eclipse
up vote
0
down vote
favorite
I'm running eclipse photon with the pydev plugin installed and on the left in the pydev package explorer window you can collapse and expand folders and choose files to view in the editor. Before I could also click on a python module that I had created and quick jump to the methods and classes inside the module by expanding the module itself without having to manually scroll inside the module's contents. Now, however, this feature seems to be disabled upon closing eclipse and restarting it. How do I re-enable this feature? I've checked the preferences up and down and can't seem to locate it.
eclipse ide pydev
add a comment |
up vote
0
down vote
favorite
I'm running eclipse photon with the pydev plugin installed and on the left in the pydev package explorer window you can collapse and expand folders and choose files to view in the editor. Before I could also click on a python module that I had created and quick jump to the methods and classes inside the module by expanding the module itself without having to manually scroll inside the module's contents. Now, however, this feature seems to be disabled upon closing eclipse and restarting it. How do I re-enable this feature? I've checked the preferences up and down and can't seem to locate it.
eclipse ide pydev
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm running eclipse photon with the pydev plugin installed and on the left in the pydev package explorer window you can collapse and expand folders and choose files to view in the editor. Before I could also click on a python module that I had created and quick jump to the methods and classes inside the module by expanding the module itself without having to manually scroll inside the module's contents. Now, however, this feature seems to be disabled upon closing eclipse and restarting it. How do I re-enable this feature? I've checked the preferences up and down and can't seem to locate it.
eclipse ide pydev
I'm running eclipse photon with the pydev plugin installed and on the left in the pydev package explorer window you can collapse and expand folders and choose files to view in the editor. Before I could also click on a python module that I had created and quick jump to the methods and classes inside the module by expanding the module itself without having to manually scroll inside the module's contents. Now, however, this feature seems to be disabled upon closing eclipse and restarting it. How do I re-enable this feature? I've checked the preferences up and down and can't seem to locate it.
eclipse ide pydev
eclipse ide pydev
asked Nov 7 at 22:01
Derek Dub
1718
1718
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
Try going to window -> show view -> outline, that will give you a list of methods in a separate view and then you can click on the method you want to navigate to by selecting it in the outline view. If that does not work, reset your perspective by going to window -> perspective reset.
So yes I do know about the outline view however this shows as a separate window. What eclipse did was kind of combine the outline view and PyDev package Explorer view into one where you could collapse and expand folders but also collapse and expand modules to module's associated classes and methods all in one view. –
– Derek Dub
Nov 8 at 17:38
add a comment |
up vote
0
down vote
You mean seeing the outline in the PyDev package explorer
? It seems to work for me... can you provide a screenshot showing the case where it's not working?
Note: To see the outline and go to a method/class when the editor is open you can use Ctrl+O
(which will show a quick outline) or use the outline view.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try going to window -> show view -> outline, that will give you a list of methods in a separate view and then you can click on the method you want to navigate to by selecting it in the outline view. If that does not work, reset your perspective by going to window -> perspective reset.
So yes I do know about the outline view however this shows as a separate window. What eclipse did was kind of combine the outline view and PyDev package Explorer view into one where you could collapse and expand folders but also collapse and expand modules to module's associated classes and methods all in one view. –
– Derek Dub
Nov 8 at 17:38
add a comment |
up vote
0
down vote
Try going to window -> show view -> outline, that will give you a list of methods in a separate view and then you can click on the method you want to navigate to by selecting it in the outline view. If that does not work, reset your perspective by going to window -> perspective reset.
So yes I do know about the outline view however this shows as a separate window. What eclipse did was kind of combine the outline view and PyDev package Explorer view into one where you could collapse and expand folders but also collapse and expand modules to module's associated classes and methods all in one view. –
– Derek Dub
Nov 8 at 17:38
add a comment |
up vote
0
down vote
up vote
0
down vote
Try going to window -> show view -> outline, that will give you a list of methods in a separate view and then you can click on the method you want to navigate to by selecting it in the outline view. If that does not work, reset your perspective by going to window -> perspective reset.
Try going to window -> show view -> outline, that will give you a list of methods in a separate view and then you can click on the method you want to navigate to by selecting it in the outline view. If that does not work, reset your perspective by going to window -> perspective reset.
answered Nov 8 at 4:46
Duncan Krebs
1,90511835
1,90511835
So yes I do know about the outline view however this shows as a separate window. What eclipse did was kind of combine the outline view and PyDev package Explorer view into one where you could collapse and expand folders but also collapse and expand modules to module's associated classes and methods all in one view. –
– Derek Dub
Nov 8 at 17:38
add a comment |
So yes I do know about the outline view however this shows as a separate window. What eclipse did was kind of combine the outline view and PyDev package Explorer view into one where you could collapse and expand folders but also collapse and expand modules to module's associated classes and methods all in one view. –
– Derek Dub
Nov 8 at 17:38
So yes I do know about the outline view however this shows as a separate window. What eclipse did was kind of combine the outline view and PyDev package Explorer view into one where you could collapse and expand folders but also collapse and expand modules to module's associated classes and methods all in one view. –
– Derek Dub
Nov 8 at 17:38
So yes I do know about the outline view however this shows as a separate window. What eclipse did was kind of combine the outline view and PyDev package Explorer view into one where you could collapse and expand folders but also collapse and expand modules to module's associated classes and methods all in one view. –
– Derek Dub
Nov 8 at 17:38
add a comment |
up vote
0
down vote
You mean seeing the outline in the PyDev package explorer
? It seems to work for me... can you provide a screenshot showing the case where it's not working?
Note: To see the outline and go to a method/class when the editor is open you can use Ctrl+O
(which will show a quick outline) or use the outline view.
add a comment |
up vote
0
down vote
You mean seeing the outline in the PyDev package explorer
? It seems to work for me... can you provide a screenshot showing the case where it's not working?
Note: To see the outline and go to a method/class when the editor is open you can use Ctrl+O
(which will show a quick outline) or use the outline view.
add a comment |
up vote
0
down vote
up vote
0
down vote
You mean seeing the outline in the PyDev package explorer
? It seems to work for me... can you provide a screenshot showing the case where it's not working?
Note: To see the outline and go to a method/class when the editor is open you can use Ctrl+O
(which will show a quick outline) or use the outline view.
You mean seeing the outline in the PyDev package explorer
? It seems to work for me... can you provide a screenshot showing the case where it's not working?
Note: To see the outline and go to a method/class when the editor is open you can use Ctrl+O
(which will show a quick outline) or use the outline view.
answered Nov 8 at 15:30
Fabio Zadrozny
21.1k35566
21.1k35566
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53198514%2fhow-do-you-enable-the-navigation-of-methods-and-classes-within-a-python-module-i%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown