Skip to content

Commit

Permalink
Update version, logo, readme and marketplace banner
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Sep 20, 2019
1 parent aabe92e commit 11d9f9c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
15 changes: 11 additions & 4 deletions README.md
@@ -1,20 +1,26 @@
# Quarkus Tooling by Red Hat
# Quarkus Tools by Red Hat

## Description

This VS Code extension provides support for Quarkus development via a
This Visual Studio Code extension provides support for Quarkus development via a
[Quarkus language server](https://github.com/redhat-developer/quarkus-ls/tree/master/quarkus.ls)
and a [Quarkus jdt.ls extension](https://github.com/redhat-developer/quarkus-ls/tree/master/quarkus.jdt).

![](images/applicationProperties.png)
![](images/propertiesSupport.png)

## Quarkus Project Wizards
* Generate a Quarkus Maven project with Maven wrapper files
* Generate a Quarkus Maven project, based on https://code.quarkus.io/
* Add Quarkus extensions to current Maven-based Quarkus project

## Quarkus `application.properties` Features
* Completion support for Quarkus properties
* Hover support for Quarkus properties
* Validation support for Quarkus properties
* Support for Quarkus profiles
* Outline support (flat or tree view)

## Quarkus debug command
* launches the Maven quarkus:dev plugin and automatically attaches a debugger

## Quarkus Code Snippets
This extension provides several code snippets, available when editing Java files:
Expand All @@ -28,6 +34,7 @@ This extension provides several code snippets, available when editing Java files

* Java JDK (or JRE) 8 or more recent
* [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java)
* [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)

## Supported VS Code settings

Expand Down
Binary file modified icons/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/applicationProperties.png
Binary file not shown.
Binary file added images/propertiesSupport.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "vscode-quarkus",
"displayName": "Quarkus Tools",
"description": "Tools for Quarkus development",
"version": "0.15.0",
"displayName": "Quarkus",
"description": "Quarkus Tools by Red Hat",
"version": "1.0.0",
"icon": "icons/logo.png",
"author": "Red Hat",
"publisher": "redhat",
Expand All @@ -11,6 +11,10 @@
"engines": {
"vscode": "^1.37.0"
},
"galleryBanner": {
"color": "#282a36",
"theme": "dark"
},
"categories": [
"Programming Languages",
"Snippets",
Expand All @@ -34,7 +38,8 @@
],
"main": "./dist/extension",
"extensionDependencies": [
"redhat.java"
"redhat.java",
"vscjava.vscode-java-debug"
],
"contributes": {
"javaExtensions": [
Expand Down

0 comments on commit 11d9f9c

Please sign in to comment.