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

[jira] [Created] (NETBEANS-3215) Code completion should consider the generic type

dennis lucero created NETBEANS-3215:
---------------------------------------

             Summary: Code completion should consider the generic type
                 Key: NETBEANS-3215
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3215
             Project: NetBeans
          Issue Type: Improvement
          Components: editor - Completion &amp; Templates
    Affects Versions: 11.1
            Reporter: dennis lucero


Code completion should also take generic parameters into account. For example, if the current line consists of {{Optional<Throwable> thr}}, the variable name is currently completed to {{thrOptional}}, but I would prefer it being named {{throwable}}.



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