netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 21 release candidate ### What happened When I try to use the Wizard "New JSF Pages from Entity Classes", : 1. I get entity...
fixes a few small issues and one little performance improvement: - The hint fix contains code segments which may contain angle brackets. This can break the formatting of the apply-fix...
### Apache NetBeans version Apache NetBeans 19 ### What happened Hello Netbeans Support, How to add language support? Please check the screenshots attached. For example: The original text is "Завантажити...
Adding ability to show the inline hints (using "inlayHints" of the LSP), showing the same hints as for NetBeans. Enabled by default, but can be adjusted either in global settings...
### Apache NetBeans version Apache NetBeans 18 ### What happened After successfully created Entity classes from Database, I try to create New JSF Pages from Entity Classes. I can see...
Well, I've started to work with Java 17 lately also using some records. It seems while new language features are supported, there is still a way to go. This one...
### Apache NetBeans version Apache NetBeans 21 ### What happened When you put a typing cursor in a special position the pop-up window with the code of the current function...
### Apache NetBeans version Apache NetBeans 21 ### What happened when pressing ` + i` the "?" being removed from the type-hint ### Language / Project Type / NetBeans Component...
This change cleans up the majority of warnings related to HashMap. [repeat] /home/bwalker/src/netbeans/ide/xml.core/src/org/netbeans/modules/xml/dtd/grammar/DTDParser.java:130: warning: [rawtypes] found raw type: HashMap [repeat] attrs = new HashMap(); [repeat] ^ [repeat] missing type arguments...
### Apache NetBeans version Apache NetBeans 21 ### What happened I'm trying to start java.lsp.server for using with nvim. `bin/netbeans -h` says ``` Additional module options: --start-java-language-server [] Starts the...