IntelliJ IDEA plugin for TopCoder
Just like any other IntelliJ IDEA plugin:
* Windows: File -> Settings -> Plugins -> Browse repositories... -> IntelliJCoder -> Download and install
* Mac OS: IntelliJ IDEA -> Preferences -> Plugins -> Browse repositories... -> IntelliJCoder -> Download and install
View -> Toolbar to enable it)File -> Settings -> IntelliJCoderIntelliJ 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
* Repository contains .idea project files, so just open the project in IDEA:
File -> Open
* Configure the project:
* Open project settings: File -> Project Structure (Ctrl+Alt+Shift+S)
* Set up IntelliJ IDEA Plugin SDK:
Project -> Project SDK -> New... ->IntelliJ Platform Plugin SDK -> <Pick your IDEA directory> -> OK
* Set this SDK as SDK for modules:
Modules -> intellijcoder -> Dependencies -> Module SDK -> <Pick your SDK here>
Modules -> intellijcoder-idea -> Dependencies -> Module SDK -> <Pick your SDK here>
* You also need to set up IDEA Junit plugin library location, since IntelliJCoder depends on it:
Libraries -> JUnit IDEA Plugin -> <If idea-junit.jar location is incorrect, please set up the correct one>
* Check that there are no errors at the bottom of the dialog. Press OK to close Project Settings.
* 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>
* To build a jar file, right-click on intellijcoder-idea module, select the option "Prepare Plugin Module intellijcoder-idea for Deployment"
$ claude mcp add intellijcoder \
-- python -m otcore.mcp_server <graph>