You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Petr Pisl (Jira)" <ji...@apache.org> on 2022/02/17 11:28:00 UTC

[jira] [Assigned] (NETBEANS-6361) Code completion for class fields doesn't work.

     [ https://issues.apache.org/jira/browse/NETBEANS-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petr Pisl reassigned NETBEANS-6361:
-----------------------------------

    Assignee: Petr Pisl  (was: Petr Pisl)

> Code completion for class fields doesn't work.
> ----------------------------------------------
>
>                 Key: NETBEANS-6361
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6361
>             Project: NetBeans
>          Issue Type: New Feature
>          Components: groovy - Editor
>    Affects Versions: 12.5
>            Reporter: Petr Pisl
>            Assignee: Petr Pisl
>            Priority: Major
>              Labels: bug, groovy, pull-request-available
>             Fix For: 12.6
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Have this simple code:
>  
> {code:java}
> class B {
>     int fieldInt;
>     String fieldString;
>     
>     B instance;
>     
>     String getInfo() {
>        return "Hello ${instance.}"
>     }
> } {code}
> The code completion doesn't work after the dot in return statement.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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