Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide: Added instructions for setup NetBeans for Micronaut #10136

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/main/docs/guide/quickStart/ideSetup/netbeansSetup.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Apache NetBeans can open Maven and Gradle projects out of the box.

Make sure that the **Java Web and EE** feature is enabled at `Tools -> Plugins -> Installed`,
in order to have additional support for Micronaut, like code completion for configuration
and data elements.

image::netbeans-plugins-java-web-ee.png[NetBeans Plugins,,555]
1 change: 1 addition & 0 deletions src/main/docs/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ quickStart:
title: Setting up an IDE
ideaSetup: IntelliJ IDEA
eclipseSetup: Eclipse
netbeansSetup: Apache NetBeans
vsCodeSetup: Visual Studio Code
creatingClient: Creating a Client
deployingApp: Deploying the Application
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading