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

Fix some infelicities in the IDE Tooling guide #15445

Merged
merged 1 commit into from
Mar 3, 2021
Merged
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
15 changes: 6 additions & 9 deletions docs/src/main/asciidoc/ide-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc

include::./attributes.adoc[]

[[project-creation]]
== IDE Overview

The following IDEs have support for the community developed Quarkus Tools:

* https://marketplace.visualstudio.com/items?itemName=redhat.vscode-quarkus[Quarkus Tools for Visual Studio Code]
Expand All @@ -21,7 +18,7 @@ In addition IntelliJ has additional support for Quarkus in their Ultimate non-op

* https://www.jetbrains.com/help/idea/quarkus.html[IntelliJ Ultimate Edition built-in Quarkus support]

The table below gives an overview of the current IDE's with links and a high-level overview of their features.
The table below gives an overview of the current IDEs with links and a high-level overview of their features.

:vscode-logo: https://simpleicons.org/icons/visualstudiocode.svg
:eclipse-logo: https://simpleicons.org/icons/eclipseide.svg
Expand All @@ -30,19 +27,19 @@ The table below gives an overview of the current IDE's with links and a high-lev
[cols="6*^", header]
|===
| .
| image:{vscode-logo}[200,200]
| image:{vscode-logo}[VSCode,100,100]
{empty} +
VSCode Quarkus Tools
| image:{eclipse-logo}[200,200]
| image:{eclipse-logo}[Eclipse,100,100]
{empty} +
Eclipse Quarkus Tools
| image:{intellij-logo}[100,100]
| image:{intellij-logo}[IntelliJ,100,100]
{empty} +
IntelliJ Quarkus Tools
| image:{intellij-logo}[100,100]
| image:{intellij-logo}[IntelliJ,100,100]
{empty} +
IntelliJ Ultimate
| image:{che-logo}[100,100]
| image:{che-logo}[Eclipse Che,100,100]
{empty} +
Eclipse Che

Expand Down