netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 23 ### What happened When i try to write an spanish word with accent inside a double cuote or simple cuote, it show an...
Two command for integration of Cloud Assets with other VS Code extensions
In order to allow pulling images from Container Registry, we need to have bearer token, inside the cluster (as k8s secret), that will authorize the access to the registry. CronJob...
- Project,Package and Object names checked to be valid identifiers . Giving LSP client error messages for funky names like "123Funky$ Name" - Project and Object placement directories checked for...
If the caret is positioned over a constructor invocation, show the javadoc of that constructor (analog to the `ctrl+mouse hover` tooltip).  (caret is over `ArrayList`, putting it inside `()`...
It was discovered that if `ProjectReload.withProjectState` is used and the project contains a truly unresolvable artifact (i.e. a reference to a local custom build, that can be never downloaded), the...
NetBeans didn't show Javadoc descriptions for a lot of OpenJDK (21) methods. This simple patch works for me, but feel free to drop this PR, and fix the bug whatever...
@jtulach reported the code completion inside VS Code is sometimes slow for him. I was thinking of that, and experimenting, and I think at least part of the problem is...
Laravel is one of the most used frameworks in php, yet it still doesn't have support in Netbeans. (#7531 , #7231). Mostly the main missing support is for **blade templates**...
Postgresql configuration does simply not contain the set default schema command. This PR tries to include this. The most fitting command seems to be `set search_path`.