Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 684 Bytes

File metadata and controls

18 lines (11 loc) · 684 Bytes

ClassCopier

Plugin for IntelliJ IDEA which helps to copy all changed files from compiler output location to changed file location. It searces for changed files in VSC and then searches for compiled files and copies them into folder of changed file.

Getting Started

Import as IntelliJ Platform Plugin, mark src as Sources, resources as Resources and set proper Plugin Deployment path to plugin.xml. Add Run/Debug Configuration as Plugin and use classpath of the plugin module. And you are ready to test, debugg and code!

Prerequisites

Java 8 and IntelliJ IDEA SDK.

Deployment

https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/publishing_plugin.html