Skip to content

saikek/Intellij-Idea-Plugin-Creation-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intellij-Idea-Plugin-Creation-Guide

A collection of how-to's on Intellij IDEA plugin creation with minimal code examples and hopefully related how-to wiki pages.

See wiki pages for notes and details:

TODO:

  • toolbar / toolbar popups
  • run / debug configurations
  • notifications
  • console access

Gradle

After struggling with local libraries I finally found out how to use gradle with IDEA plugin project.

So either you add libraries using

  • Project properties (F4 -> Libraries -> add local or Maven libraries) or
  • Gradle example

About

A collection of how-to's on Intellij IDEA plugin creation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages