Home

Awesome

Floobits plugin for IntelliJ

Real-time collaborative editing. Think Etherpad, but with native editors. This is the plugin for IntelliJ. We also have plugins for Emacs, Vim, and Sublime Text.

This plugin also works with IntelliJ forks like RubyMine, PHPStorm, PyCharm, WebStom, Android Studio, and AppCode.

Documentation

Download from JetBrains

Development status: Functional

This plugin should be completely functional. If you encounter any errors please email support@floobits.com.

The Intellij IDEA plugin for Floobits is our most stable plugin so far. It works with all IntelliJ IDEA forks, except the stable version of PyCharm. The EAP version of PyCharm works fine.

Installation Instructions

Contributing

You'll need to setup your plugin environment.

JetBrains instructions

A helpful guide

Questions? Join us on IRC: #Floobits on Freenode

<a href="https://floobits.com/Floobits/intellij-plugin/redirect"> <img alt="Floobits status" width="100" height="40" src="https://floobits.com/Floobits/intellij-plugin.png" /> </a>

Making changes to common

Changes in "common" are shared across IDEs (like Eclipse). Changes there should be pushed to the git subtree.

To set up the git subtree for common:

git remote add -f common git@github.com:Floobits/plugin-java-common.git

Pushing changes for common:

git subtree push --prefix=src/floobits/common common master