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

Christian Lenz commented on NETBEANS-390:
-----------------------------------------

Petr Pisl gave the right way for such solution: 
https://netbeans.org/bugzilla/show_bug.cgi?id=268888#c4

{quote}
IMHO at first it should be supported in an infrastructure (CSL, which covers 
html, javascript, php, csl etc) or in the editor itself (java, c++ and other 
languages that are not implementing CSL). Then the languages should implement 
the prepared api/spi.
{quote}

> Please add postfix completion
> -----------------------------
>
>                 Key: NETBEANS-390
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-390
>             Project: NetBeans
>          Issue Type: New Feature
>          Components: cnd - Code Completion, editor - Completion & 
> Templates, editor - CSL (API & infrastructure)
>    Affects Versions: Next
>            Reporter: Christian Lenz
>            Priority: Major
>
> It would be great, if we can have postfix completion like in IntelliJ:
> `myValue.if -> see code completion or not -> tab or enter on the right 
> suggestion`
> will expand to:
> {code:java}
> if(myValue) {
> }
> {code}
> This feature should be specified for each language that NetBeans supports, 
> because it is needed for most of such languages, but I will create sub tasks 
> for them too.
> Cheers
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to