Most downloaded

1. Color Codes Preview   220,814

2. NB SpringBoot   193,745

3. Rainbow Braces   175,345

4. SonarLint for NetBeans   161,179

5. GitHub Issues Support   155,635

Latest updates

1. REST Client   2024-04-27

2. NetBeans PojoMaker   2024-04-27

3. Explore Location in OS   2024-04-26

4. Netbeans Markdown   2024-04-23

5. NB Java Decompiler   2024-04-23





Found 76 plugins.

Plugin Categories Description

Asciidoc for Netbeans

GroupId: com.github.philippefichet
ArtifactId:asciidoc4netbeans     16,882
Author:FICHET Philippe
License:GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

NB 13 - Verified  NB 14 - Verified  NB 15 - Verified  NB 16 - Verified  NB 17 - Verified  NB 18 - Verified  NB 20 - Verified  NB 21 - Verified

Documentation  Editing   Asciidoc integration for Netbeans

Netbeans Markdown

GroupId: io.github.moacirrf
ArtifactId:netbeans-markdown     18,193
Author:Moacir da Roza Flores
License:GNU GENERAL PUBLIC LICENSE 3.0

NB 18 - Verified  NB 19 - Verified  NB 20 - Verified

Editing  Utilities   Markdown Preview for Apache Netbeans.

QuickOpener

GroupId: io.github.drkunibar.netbeans
ArtifactId:nb-quickopener     5,685
Author:
License:GNU GENERAL PUBLIC LICENSE, Version 3

NB 20 - Verified  NB 21 - Verified

Utilities  

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.

This plugins brings to your NetBeans six action, three of them always available and three of them available when the selected node has a file assiociated with it.
In particular:

When the selection has a valid file

  • Open the default OS shell on the location of the file (or its folder) selected.
  • Open the file system browser on the location of the file (or its folder) selected.
  • Copy to the clipboard the path of the file selected.

Always enabled:

  • Launch a shell command (with parameters, customizable on preferences)
  • FileSystem browser on any location (favorites, customizable on preferences)
  • Open a shell on any location (favorites, customizable on preferences)

Log file watcher for NetBeans

GroupId: io.github.haidubogdan.netbeans.modules.logwatcher
ArtifactId:nb-logwatcher-tool     52
Author:
License:Apache License, Version 2.0

Debugging  Utilities   Log file watcher for NetBeans. Monitoring changes in local log files from a selected folder.

Memory Statusline

GroupId: io.github.drkunibar.netbeans
ArtifactId:nb-memory-status     908
Author:
License:Apache License, Version 2.0

NB 20 - Verified

Utilities   Shows the current memory usage in the status line

nb-edit-externally

GroupId: de.poiu.nbee
ArtifactId:nb-edit-externally     645
Author:
License:Apache License, Version 2.0

NB 11.0 - Verified  NB 12.0 - Verified  NB 13 - Verified  NB 14 - Verified  NB 15 - Verified  NB 16 - Verified  NB 17 - Verified  NB 18 - Verified  NB 19 - Verified  NB 20 - Verified  NB 21 - Verified

Allows opening the currently edited file in an external editor.

Its main purpose is to open the currently edited file at the exact same cursor position as in Netbeans to execute some complex editing action that is not easily possible within Netbeans itself.

The command to open the file in an external editor must be supplied by the user and allows placeholders to specify the location of the cursor to be able to jump to the same location of the cursor in Netbeans' editor.

A fallback command can be specified for opening file for which no editor window is open. This command doesn't support all the placeholders, but allows editing a file directly from the Projects nodes.