[
https://issues.apache.org/jira/browse/NETBEANS-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17289468#comment-17289468
]
Emilian Bold commented on NETBEANS-5010:
----------------------------------------
Interesting. I think that *once indexed* search by file name or by
type should be roughly the same (since it's just a Lucene lookup).
So I wonder:
1. there is certainly some queue-ing for file parsing to extract
types, but do we index file names faster? Or is that indexed roughly
at the same speed.
2. what does Go to Declaration do differently? If typing info is
already present, ctrl+click should work, unless we couldn't extract
methods / constructors? I wonder if Go to Declaration shouldn't use as
a fallback heuristic the whole class / file name?
--emi
> Go to File search should accept paths too
> -----------------------------------------
>
> Key: NETBEANS-5010
> URL: https://issues.apache.org/jira/browse/NETBEANS-5010
> Project: NetBeans
> Issue Type: Improvement
> Components: php - Editor
> Affects Versions: 12.2
> Reporter: Czukowski
> Assignee: Emilian Bold
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Go to File seems to search only by the file name. For example, it takes only
> a double click to copy a file name including its path from a console (eg from
> git output), and it's a shame it cannot be pasted into Go to File dialog to
> open that file just as easily, without removing the path information first.
> Also if there are many files with the same name (eg due to some naming
> convention), there will be many results requiring some more time to locate
> the correct one.
> Therefore Go to File dialog should accept parts of file paths as well.
> On Windows, both forward and back slashes should be supported for directory
> separators.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists