Skip to content

VueGWT/vue-gwt-intellij-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue GWT IntelliJ Plugin

Add support for Vue GWT in IntelliJ.

When you change your Vue Components templates this plugin will automatically touch the associated Java file.

The Vue GWT IntelliJ Plugin is published in the IntelliJ Plugins Repository. You can find it in your IDE in Preferences > Plugins > Browse Repositories... > Vue GWT.

By default IntelliJ doesn't support automatic annotation processing on Java file change when the app is running.

After installing this plugin, follow these steps to enable it:

Go to File > Settings > Build, Execution, Deployment > Compiler and enable "Make project automatically"

Open the Action window :

  • Linux : CTRL+SHIFT+A
  • MacOS : SHIFT+COMMAND+A
  • Windows : CTRL+ALT+SHIFT+/

Enter Registry... and enable compiler.automake.allow.when.app.running.

You are good to go!