If Visual Studio is on the hype, Vert.x is on the edge!
VSCode Vertx Starter provide a new command to create Vert.x projects faster than light. It's proudly powered by https://start.vertx.io.
What you can do:
- Create a Vert.x project
- Customize the creation (Vert.x version, language, build tool, groupId, artifactId, package name, JDK version)
- Search for dependencies
- VSCode (version 1.33.0 or later)
// Vert.x Starter API URL. If you have your own instance your should update this value.
"vertx-starter.apiUrl": "https://start.vertx.io",
// Default Group Id
"vertx-starter.defaultGroupId": "com.example",
// Default Artifact Id
"vertx-starter.defaultArtifactId": "starter",
// Default Package Name
"vertx-starter.defaultPackageName": "com.example.starter"
The Vert.x Starter contributors work hard to give you the best Developer eXperience. To do so, we need some hints.
That's why we collect your platform: 'User-Agent':
vscode-vertx-starter/${os.platform}`.
Either the VSCode extension and Vert.x Starter sources are available on Github. Feel free to contact us if you found any privacy/analytics problem.
Copyright 2019 Daniel Petisme <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The extension was originally created by Daniel Petisme.
Enjoy!