|
1 | | -# Microclimate Developer Tools for VSCode |
| 1 | +# Microclimate Developer Tools for VS Code |
2 | 2 |
|
3 | 3 | [](https://travis-ci.com/microclimate-dev2ops/microclimate-vscode-tools) |
| 4 | +[](https://opensource.org/licenses/EPL-1.0) |
| 5 | +[](https://marketplace.visualstudio.com/VSCode) |
4 | 6 |
|
5 | 7 | - **[Marketplace](https://marketplace.visualstudio.com/VSCode)** |
6 | 8 | - **[Documentation](https://microclimate-dev2ops.github.io/mdt-vsc-overview)** |
7 | 9 | - **[Slack](https://slack-invite-ibm-cloud-tech.mybluemix.net/)** |
8 | | -- **[Extension Readme](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/blob/master/dev/README.md)** |
| 10 | +- **[Extension README](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/blob/master/dev/README.md)** |
| 11 | + |
| 12 | +You can use Microclimate Developer Tools for Visual Studio Code to develop your [Microclimate](https://microclimate-dev2ops.github.io) projects from within VS Code. Use the tools to access Microclimate features in the comfort of your IDE. |
9 | 13 |
|
10 | 14 | ## How to install [(Documentation)](https://microclimate-dev2ops.github.io/mdt-vsc-getting-started) |
11 | 15 |
|
12 | | -1. Install [VSCode 1.27 or newer](https://code.visualstudio.com/download) and [local Microclimate 18.12 or newer](https://microclimate-dev2ops.github.io/installlocally). |
13 | | -2. Install Microclimate Developer Tools for VSCode from the [VSCode Marketplace](https://marketplace.visualstudio.com/VSCode), or by searching for "Microclimate" in the [VSCode Extensions view](https://code.visualstudio.com/docs/editor/extension-gallery#_browse-for-extensions). |
| 16 | +1. Install [VS Code version 1.27 or later](https://code.visualstudio.com/download) and [local Microclimate version 18.12 or later](https://microclimate-dev2ops.github.io/installlocally). |
| 17 | +2. Install Microclimate Developer Tools for VS Code from the [VS Code Marketplace](https://marketplace.visualstudio.com/VSCode) or by searching for "Microclimate" in the [VS Code Extensions view](https://code.visualstudio.com/docs/editor/extension-gallery#_browse-for-extensions). |
14 | 18 |
|
15 | | -For development builds, see the [releases page](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/releases), and follow [these instructions](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) to install. |
| 19 | +For development builds, see the [releases page](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/releases). Follow the [Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) instructions to install. |
16 | 20 |
|
17 | 21 | ## How to use [(Documentation)](https://microclimate-dev2ops.github.io/mdt-vsc-tutorial) |
18 | | -- Open the Microclimate Projects view within the Explorer view group (`Ctrl/Cmd + Shift + E`), |
19 | | - - Right-click to create a default local connection. |
20 | | - - Right-click a project to see the actions available (see below) |
21 | | -- Open the Command Palette (`Ctrl/Cmd + Shift + P`) and type "Microclimate" to see the actions available |
| 22 | +- Navigate to the **Explorer** view group and open the **Microclimate** view. |
| 23 | + - Right-click the background of the Microclimate view to access the **New connection** commands. |
| 24 | + - Right-click a connection or project to access the other commands. |
| 25 | +- Open the **Command Palette** keys and type "Microclimate" to see the actions available. |
22 | 26 |
|
23 | 27 | ## Features [(Documentation)](https://microclimate-dev2ops.github.io/mdt-vsc-commands-overview) |
24 | | -- View all projects in Microclimate, including their app and build statuses |
25 | | -- Debug Microprofile, Spring, and Node.js Microclimate projects |
26 | | -- View application and build logs in the VSCode *Output* view |
27 | | -- View project information, similar to the Microclimate *Overview* page |
28 | | -- Open your applications in the system browser |
29 | | -- Integrate Microclimate validation errors into the VSCode *Problems* view |
30 | | -- Open a shell session into a Microclimate application container |
31 | | -- Open the *App Monitor* page |
32 | | -- Toggle project auto-build |
33 | | -- Manually initiate project builds |
34 | | -- Scope your VSCode workspace to a Microclimate project or to your *microclimate-workspace* |
35 | | -- Disable, enable, and delete projects |
| 28 | +- View all projects in Microclimate, including application and build statuses. |
| 29 | +- Debug Microprofile, Spring, and Node.js Microclimate projects. |
| 30 | +- View application and build logs in the VS Code **Output** view. |
| 31 | +- View project information similar to the information on the Microclimate **Overview** page. |
| 32 | +- Integrate Microclimate validation errors into the VS Code **Problems** view. |
| 33 | +- Open a shell session into a Microclimate application container. |
| 34 | +- Toggle project auto build and manually initiate project builds. |
| 35 | +- Scope your VS Code workspace to a Microclimate project or to your `microclimate-workspace`. |
| 36 | +- Disable, enable, and delete projects. |
36 | 37 |
|
37 | 38 | ## Contributing |
38 | | -We welcome [issues](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/issues) and contributions from the public! See [CONTRIBUTING.md](https://github.ibm.com/dev-ex/microclimate-vscode/tree/master/CONTRIBUTING.md). |
| 39 | +We welcome [issues](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/issues) and contributions. For more information, see [CONTRIBUTING.md](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/tree/master/CONTRIBUTING.md). |
0 commit comments