google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

Q: How to import & run the plugin in IntelliJ? #161

Closed Dan1ve closed 4 years ago

Dan1ve commented 6 years ago

Hi, how do you import the plugin in IntelliJ and run in from there?

I chose 'Import project' and then the build.gradle file, which appears to work fine. However, I cannot run the plugin from IntelliJ afterwards (there is no pre-configured run configuration, and the "Plugin" category for new run configurations is not available).

thso commented 6 years ago

Hi @Dan1ve ,

For using the plugin you don't need to build anything and can install it like any other plugin for the Intellij suite.

See https://www.jetbrains.com/help/idea/managing-plugins.html

Dan1ve commented 6 years ago

Hi @thso , thanks but I want to debug the plugin while working with its source code ;-)

crdev commented 4 years ago

Hey @Dan1ve,

You can directly import the project into IntelliJ, as it has build.gradle (File -> New -> Project from existing sources). Does that help?