This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243130 - Option in "Go to Symbol" dialog for only in the current file.
Summary: Option in "Go to Symbol" dialog for only in the current file.
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 09:17 UTC by Christian Lenz
Modified: 2016-01-08 16:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2014-03-21 09:17:44 UTC
As I see it in Chrome dev tools, when I open a file with Ctrl + o and than Ctrl + Shift + o to go to the method, it only works for the current open file. In Netbeans when I want to go to symbol (for my example in JS) I see all other available files in the other projects and that sucks. Maybe it would be better if we can have an option to set it on or off.


Cheers.

Chris
Comment 1 Christian Lenz 2016-01-08 15:59:22 UTC
I know the Navigator but It will not shrink after searching for the right symbol, because sometimes it's to much inside it and then I have to use the arrow keys to navigate. The search disappears and when I want to search again, I have to open the navigator and hit the character. Not really intuitive I think. And yes I know the plugin from Geertjan Quick Member Search where the navigator is such decoupled window/floated window, but after navigate to the right method, the navigator doesn't appears. I would like to have the same functionality as in chrome. I think intelliJ has such feature its's called file structure and you can call it via Ctrl + F12, it's like the navigator but only a little overlay and it disappears after navigate to the method.
Comment 2 Christian Lenz 2016-01-08 16:05:46 UTC
So I would prefer a new little overlay which is not a complete new window. It would be nice to have such little popup like the Generate dialog. I will have a look, maybe I can create such thing but it would be cool to have it natively in netbeans.