mrizzi / rhamt-vscode-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windup - VSCode Extension

Description

VSCode extension for application migration and modernization using Windup.

VSCode

This extension is published here in the Microsoft Visual Studio Marketplace.

Features

This extension provides the ability to analyze, assess, and migrate source code from within VSCode and Eclipse Che.

The look and feel of both VSCode and Eclipse Che are very similar; therefore, the functionality demonstrated below should be consistent between the two environments.

Configuration Editor

Use the configuration editor to setup the analysis.

Jump to Code

Jump to code containing identified migration issues.

Issue Details

View details about the migration issue.

Report

Use the generated reports to better understand and assess the migration efforts.

Eclipse Che

This extension is supported in Eclipse Che.

To add this plugin to a Che workspace, open Che, navigate to the plugins tab, and search using the keyword migration.

Alternatively, to add this plugin to a worksace, open Che, navigate to the Plugins view, and search for the Migration Toolkit for Runtimes plugin.

Requirements

  • Java Platform, JRE version 11 with JAVA_HOME environment variable
  • A minimum of 4 GB RAM; 8 GB recommended

Tip: The cli can be installed from within VSCode once the extension has been installed.

Extension Settings

This extension contributes the following settings:

  • cli.executable.path: The location of the cli.

Build

$ npm run compile

=======

License

MIT

About

License:MIT License


Languages

Language:TypeScript 89.6%Language:JavaScript 6.7%Language:CSS 3.7%