Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-netbeans
List of resources, plugins and other contents for the Netbeans IDE.
https://github.com/agarcialeon/awesome-netbeans
Last synced: 5 days ago
JSON representation
-
:mortar_board: Learning Resources <a name="learning-resources"></a>
-
:books: Books <a name="books"></a>
- NetBeans IDE Field Guide: Developing Desktop, Web, Enterprise, And Mobile Applications - Champenois L. et. al. (2005), Pearson P T R.
- Pro Apache NetBeans: Building Applications on the Rich Client Platform - Ioannis Kostaras et. al. (2019), Apress. Includes also some chapters about NetBeans RCP.
- Beginning NetBeans IDE for Java Developers - Wielenga G. (2015), APress.
- Developing Applications with NetBeans IDE (HTML Version) - Oracle (2016). There is also a 8.0 (2014) version in [PDF](https://docs.oracle.com/cd/E50453_01/doc.80/e50452.pdf) and [HTML](https://docs.oracle.com/cd/E50453_01/doc.80/e50452/toc.htm).
- Java EE 7 Development with NetBeans 8 - Heffelfinger D.R. (2015), Packt.
- Mastering NetBeans - Salter D. (2015), Packt.
- NetBeans IDE 8 Cookbook - Salter D. & Dantas R. (2014), Packt.
- Instant NetBeans IDE How-to - Palandurkar* A. (2013), Packt.
- Java EE 6 Development with NetBeans 7 - Heffelfinger D.R. (2011), Packt.
- NetBeans IDE 7 Cookbook - Dantas R. (2011), Packt.
- Netbeans Ruby and Rails IDE with JRuby - Kutler C. & Leonard B. (2009), APress.
- Building SOA-Based Composite Applications Using NetBeans IDE 6 - Salter D. & Jennings F. (2008), Packt.
- Pro NetBeans IDE 5.5 Enterprise Edition - Myatt, A. (2007), APress.
- NetBeans IDE Field Guide: Developing Desktop, Web, Enterprise, And Mobile Applications - Champenois L. et. al. (2005), Pearson P T R.
- NetBeans: The Definitive Guide - Bourdeau T. et. al. (2002), O'Reilly.
- NetBeans Platform 6.9 Developer's Guide
- Apache NetBeans Platform for Beginners
- The Definitive Guide to NetBeans Platform
- Rich Client Programming: Plugging into the NetBeans Platform
- JavaFX for NetBeans Platform - Anderson P. & Anderson G. (2015), Addison-Wesley.
- Pro Netbeans IDE 6 Rich Client Platform Edition - Myatt A. (2008), APress.
- Practical API Design: Confessions of a Java Framework Architect - Tulach J. (2008), APress.
- The Definitive Guide to NetBeans™ Platform 7
- NetBeans Platform 6.9 Developer's Guide
-
:rocket: Tips and Tricks <a name="tips-tricks"></a>
- Multi Caret Selection - Write / delete in multiple lines at the same time.
- Rectangular Selection - Similar to multi caret selection but with restricting it to a rectangle shape.
- Formatting SQL code in NetBeans
-
:newspaper: Blogs <a name="blogs"></a>
-
:tv: Videos <a name="videos"></a>
-
-
Guides <a name="guides"></a>
-
Frameworks <a name="framorks"></a>
-
Debugging <a name="debugging"></a>
-
VCS (Version Control Systems) <a name="vcs"></a>
-
-
:electric_plug: Plugins <a name="plugins"></a>
-
Testing <a name="testing"></a>
-
Development
- Checkstyle Beans - Support for Checkstyle inside NetBeans.
- EasyPMD - Integrates PMD in NetBeans in a seamless way.
- Additional Hints - Adds more hints to the editor during development.
- NetBeans Encoding Plugin - Encoding support.
-
Language Support
- Flow NetBeans Markdown - Works with NetBeans 12.3 but it's currently being reworked in this other [repo](https://github.com/jkost/MarkdownViewerForNetBeans).
- Angular CLI - Support for Angular Projects
- VueJS NetBeans - Vue support.
- NetBeans Angular2 Code Templates - Code Templates for Angular 2+ projects.
- NBTS - Support for Typescript files.
- NB Laravel Plugin - Laravel Framework plugin for NetBeans 7.4+.
- NB-ESLint - ESLint support for nerbeans.
- Vaadin - Plugin to support Vaadin projects.
-
Formatting
- NetBeans Google Java Code Formatter Plugin - Allows to format your Java code following Google style guide.
- External Code Formatters for NetBeans - Another plugin to allow external formatters to be applied to our code.
-
Productivity
- Emmet (Zen Coding) - Support for Emmet shortcuts.
- Move to Group - Moves a project to group of projects getting a better project organization.
- Open in Explorer Action - Opens a folder in system explorer.
- Vim NetBeans - Making your VIM like Netbeans for editing Python, PHP, HTML, JS and etc. It's support with Autocomplete, Check syntax error, Python debugger and many else.
- NetBeansKeyPromoter - Status line shows key press of UI element such as menu item.
- NbQuickSearchExtender - Extends the quick search of netbeans with google, stackoverflow, npm and wikipedia search provider.
- NbScratchFile - Scratch Files for Netbeans - Create files without having a project.
- EditorConfig NetBeans - A NetBeans IDE plugin supporting the EditorConfig standard.
- NB CodeOutline (Minimap) - This is a NetBeans plugin which adds a code overview/outline for the current editor.
-
Git
- NetBeans Git Branch in StatusBar - See the current git branch in the status bar of NetBeans. Works on Version 12.3 of NetBeans, but needs a restart.
- Gitignore - Support for gitignore.io.
-
Tools
- MMD Plugin - Free mind map and PlantUML editor with plugins for both NetBeans and Intellij.
- QuickOpener - 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.
-
-
Themes / Skins <a name="ui-themes-skins"></a>
-
Tools
- NetBeans Themes - Site with multiple themes for NetBeans.
- Dracula Theme for NetBeans - A good and popular theme that has support for multiple other IDEs. NOTE: Remember to select FlatDark look and feel in options menu for better support.
- Solarized - Solarized Dark color scheme, implemented for NetBeans.
- Sublime Theme - Sublime themes for Netbeans. There are more out there.
- Atom Theme - Atom style theme for Netbeans.
-
-
:sunglasses: Customization <a name="customization"></a>
-
Tools
- How to display Emojis in NetBeans - Simple tutorial on how to display emojis on NetBeans editor.
-
Extending the IDE <a name="extensibility"></a>
- Custom Hints - Create your own custom hints to apply changes to your code.
- NetBeans Code Template Module Tutorial
- NetBeans Module for HTML/JSP palette
-
-
:beginner: Tutorials <a name="tutorials"></a>
-
:tv: Videos <a name="videos"></a>
-
-
:paperclip: Other references <a name="other-references"></a>
-
Plugin Development (NetBeans Modules)
-
-
Groups <a name="groups"></a>
-
Plugin Development (NetBeans Modules)
- Mailing Lists - Search here if you want to participate in the development and keep up to date with the last news about NetBeans.
-
-
:name_badge: People to follow <a name="people-to-follow"></a>
-
Plugin Development (NetBeans Modules)
- NetBeans on Twitter - Official NetBeans Twitter Account.
-
NetBeans Developers <a name="follow-netbeans-developers"></a>
- Geertjan Wielenga's Blog
- Tonny Kohar's Blog
- Ton Epple
- Junichi Yamamoto - Contributor
- @agarcialeon - Owner of the repository
-
Programming Languages
Categories
:mortar_board: Learning Resources <a name="learning-resources"></a>
31
:electric_plug: Plugins <a name="plugins"></a>
29
Guides <a name="guides"></a>
6
:name_badge: People to follow <a name="people-to-follow"></a>
6
Themes / Skins <a name="ui-themes-skins"></a>
5
:paperclip: Other references <a name="other-references"></a>
4
:sunglasses: Customization <a name="customization"></a>
4
Groups <a name="groups"></a>
1
:beginner: Tutorials <a name="tutorials"></a>
1
Sub Categories
:books: Books <a name="books"></a>
24
Productivity
9
Tools
8
Language Support
8
Plugin Development (NetBeans Modules)
6
NetBeans Developers <a name="follow-netbeans-developers"></a>
5
Development
4
Extending the IDE <a name="extensibility"></a>
3
Debugging <a name="debugging"></a>
3
:newspaper: Blogs <a name="blogs"></a>
3
:rocket: Tips and Tricks <a name="tips-tricks"></a>
3
Git
2
Testing <a name="testing"></a>
2
:tv: Videos <a name="videos"></a>
2
Formatting
2
VCS (Version Control Systems) <a name="vcs"></a>
2
Frameworks <a name="framorks"></a>
1
Keywords
netbeans
8
netbeans-plugin
7
java
7
netbeans-ide
2
formatter
2
ide
2
inspections
1
hints
1
hint
1
indentation
1
formatting
1
editorconfig-netbeans
1
editorconfig-files
1
editorconfig
1
code-style
1
vim
1
spring-formatter
1
markdown
1
google-java-format
1
plugin
1
eclipse-formatter
1
eclipse
1
sublime
1
outline
1
bluej
1
netbeans-platform
1
code-editor
1
movingtogitlab
1
atom
1
standalone
1
plantuml
1
mindmap
1
mind-maps
1
mind-mapping
1
mind-mapper
1
mind-map
1
knowledge
1
intellij-plugin
1
gui
1
editor
1
documentation-tool
1
git
1
encoding
1
quickfix
1
java-editor
1