IntelliJ IDEA plugin for TopCoder
Just like any other IntelliJ IDEA plugin:
File -> Settings -> Plugins -> Browse repositories... -> IntelliJCoder -> Download and install
IntelliJ IDEA -> Preferences -> Plugins -> Browse repositories... -> IntelliJCoder -> Download and install
View -> Toolbar
to enable itFile -> Settings -> IntelliJCoder
IntelliJ IDEA -> Preferences -> IntelliJCoder
New features are developed by contributors now (thanks a lot to all of them). I don't actively develop this project - only critical bug fixes. However, contributions are always welcome. I'll do my best to merge your changes and deploy a new version to JetBrains website.
Check out project
git clone https://github.com/fadeyev/intellijcoder.git
.idea
project files, so just open the project in IDEA:
File -> Open
File -> Project Structure (Ctrl+Alt+Shift+S)
Project -> Project SDK -> New... ->IntelliJ Platform Plugin SDK -> <Pick your IDEA directory> -> OK
Modules -> intellijcoder -> Dependencies -> Module SDK -> <Pick your SDK here>
Modules -> intellijcoder-idea -> Dependencies -> Module SDK -> <Pick your SDK here>
Libraries -> JUnit IDEA Plugin -> <If idea-junit.jar location is incorrect, please set up the correct one>
To be able to debug the plugin you may want to check out fresh IntelliJ IDEA sources: http://www.jetbrains.org/pages/viewpage.action?pageId=983225
git clone https://github.com/JetBrains/intellij-community.git
and then attach them to IntelliJ IDEA Plugin SDK:
File -> Project Structure -> SDKs -> IDEA IC-*** -> Sourcepath -> Add -> <Point to the checked out folder>