You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Olivier Kürzinger (Jira)" <ji...@apache.org> on 2019/10/16 21:48:00 UTC

[jira] [Created] (NETBEANS-3246) Autocompletion with :: does not work

Olivier Kürzinger created NETBEANS-3246:
-------------------------------------------

             Summary: Autocompletion with :: does not work
                 Key: NETBEANS-3246
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3246
             Project: NetBeans
          Issue Type: Bug
          Components: editor - Completion &amp; Templates
    Affects Versions: 11.1, 11.0
         Environment: Windows 10
Product Version: Apache NetBeans IDE 11.1
Java: 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09
            Reporter: Olivier Kürzinger


Autocompletion on java code with following code does not work as expected:

Example 1 :
{quote}{{String::}}
{quote}
{{Example 2:}}
{quote}{{String i;}}

{{i::}}
{quote}
 I would expect to get a list of available static methods in case of "String::" or get a list of all method / function for "String i; i::".

But currently the autocomplete shows a "No suggestion" message.



--
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