netbeans
netbeans copied to clipboard
Apache NetBeans
Back when I setup the paperwork job, I didn't know that gh can generate patch files yet. The problem was to figure out what commits are actually new in the...
### Apache NetBeans version Apache NetBeans 23 ### What happened I've worked on a plugin for blade templates which required Php Embeddings. During the development I always had an issue...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the m() method in the selection class C performs a move method refactoring into A.B, resulting in a change...
### Apache NetBeans version Apache NetBeans 23 ### What happened When test() is selected to perform pull down refactoring into class A, before refactoring, test() method calls method() of class...
### Description When I type "exp" and hit ctrl + space to call the code completion, it opens and jumps to the correct entry but doesn't filter the whole list....
### Apache NetBeans version Apache NetBeans 23 ### What happened Based on this discussion here: https://github.com/apache/netbeans/discussions/7785 when I debug a JS file where a breakpoint was set, the debugger starts...
### Apache NetBeans version Apache NetBeans 23 ### What happened When using ide.lsp.client to reformat code the IDE froze. Attaching thread stack. [thread dump.txt](https://github.com/user-attachments/files/17128366/jstack.txt) ### Language / Project Type /...
### Apache NetBeans version Apache NetBeans 23 ### What happened In PHP, function names can be constructed as strings at runtime. Such a process can involve joining two strings together,...
### Description For the basic languages like PHP, HTML, JS, Java, etc. we have options for global code completion and language based specific code completion. We also have this option...
### Apache NetBeans version Apache NetBeans 13, 14 RC1 ### What happened I created a code template (a.k.a. snippet or live template) to be used in TypeScript source files, but...