You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/30 06:39:08 UTC

[GitHub] [netbeans] SebNetbeans opened a new issue, #4300: Autocompletion for PHP Attributes

SebNetbeans opened a new issue, #4300:
URL: https://github.com/apache/netbeans/issues/4300

   ### Apache NetBeans version
   
   Apache NetBeans 14
   
   ### What happened
   
   Hello,
   
   Just a simple question. Is it possible to activate autocompletion for
   PHP Attributes in Netbeans 14 ?
   
   For an attribute like this :
   
   ```
   #[Attribute]
   final class MaxLength(int $maxLength) { ... }
   ```
   
   And use it like this :
   ```
   
   #[MaxLength(40)] // <-- Autocomplete here !
   private string $test;
   ```
   
   I didn't find any documentation on this trick.
   
   Thank you !
   
   Sébastien
   
   ### How to reproduce
   
   ![autocompletion](https://user-images.githubusercontent.com/108365806/176608660-c259c6d1-65c8-4112-a666-c624bb7e3493.png)
   
   Not test in an earlier version
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   Linux Ubuntu
   
   ### JDK
   
   OpenJDK 64-Bit Server VM 17.0.3
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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


Re: [I] Autocompletion for PHP Attributes [netbeans]

Posted by "junichi11 (via GitHub)" <gi...@apache.org>.
junichi11 closed issue #4300: Autocompletion for PHP Attributes 
URL: https://github.com/apache/netbeans/issues/4300


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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


Re: [I] Autocompletion for PHP Attributes [netbeans]

Posted by "stollr (via GitHub)" <gi...@apache.org>.
stollr commented on issue #4300:
URL: https://github.com/apache/netbeans/issues/4300#issuecomment-1883407638

   Great news. Thank you :-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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


[GitHub] [netbeans] m7md3omr commented on issue #4300: Autocompletion for PHP Attributes

Posted by GitBox <gi...@apache.org>.
m7md3omr commented on issue #4300:
URL: https://github.com/apache/netbeans/issues/4300#issuecomment-1171244473

   I ve reported a bug couple of days ago about auto-compelete crushes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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


[GitHub] [netbeans] KacerCZ commented on issue #4300: Autocompletion for PHP Attributes

Posted by GitBox <gi...@apache.org>.
KacerCZ commented on issue #4300:
URL: https://github.com/apache/netbeans/issues/4300#issuecomment-1171063251

   NetBeans currently does not support code completion.
   Support added in #2640 supports basic editing and formatting.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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