You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Bo Andersen (Jira)" <ji...@apache.org> on 2019/10/29 15:33:00 UTC

[jira] [Commented] (NETBEANS-360) Autocomplete, better name matching

    [ https://issues.apache.org/jira/browse/NETBEANS-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16962120#comment-16962120 ] 

Bo Andersen commented on NETBEANS-360:
--------------------------------------

I am wondering why PHP uses its own completion provider as [~emi] mentions in the mailing list.

I just took a quick comparison look at the java and php implementation:

PHP:

[https://github.com/apache/netbeans/blob/26cd220e505b04448d77a054ed6d7d29cf420120/php/php.editor/src/org/netbeans/modules/php/editor/completion/PhpTypeCompletionProviderWrapper.java]

JAVA:

[https://github.com/apache/netbeans/blob/accdbada0a9c5105bd3f06e435024230c1618316/java/java.editor/src/org/netbeans/modules/editor/java/JavaCompletionProvider.java]

 

I have no clue on this, but hoped some of you could try to give it a shot :)

> Autocomplete, better name matching
> ----------------------------------
>
>                 Key: NETBEANS-360
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-360
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: php - Editor
>    Affects Versions: Next
>         Environment: Windows 10
>            Reporter: Bo Andersen
>            Priority: Major
>         Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a test-framework, and couldn't remember the exact naming, but only some part of it. Netbeans seems only to match the beginning of methods names. I know other IDEs can suggest methods based on naming-parts in a method, I think this is very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for inspiration



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists