MCPcopy Index your code
hub / github.com/Floobits/floobits-intellij

github.com/Floobits/floobits-intellij @1.7.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.7.1 ↗ · + Follow
1,050 symbols 3,019 edges 159 files 100 documented · 10% updated 5y ago★ 22845 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

  • Create a Floobits account or sign in with GitHub.
  • Go to your IntelliJ IDEA settings and choose "Plugins" from the sidebar.
  • Click the "Browse repositories" button.
  • Using the search box at the top of the dialog that appears, search for "Floobits".
  • Double-click the Floobits plugin search result. You may have to restart your IDE.

Contributing

You'll need to setup your plugin environment.

JetBrains instructions

A helpful guide

Questions? Join us on IRC: #Floobits on Freenode

Floobits status

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

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 864
Class 177
Interface 5
Enum 4

Languages

Java100%

Modules by API surface

src/floobits/common/interfaces/IContext.java55 symbols
src/floobits/common/dmp/diff_match_patch.java50 symbols
src/floobits/impl/ContextImpl.java40 symbols
src/floobits/windows/ChatUserForm.java31 symbols
src/floobits/common/InboundRequestHandler.java24 symbols
src/floobits/common/jgit/fnmatch/GroupHead.java23 symbols
src/floobits/Listener.java23 symbols
src/floobits/tests/MockIFile.java22 symbols
src/floobits/common/EditorEventHandler.java22 symbols
src/floobits/common/Utils.java21 symbols
src/floobits/common/FloobitsState.java21 symbols
src/floobits/windows/FloobitsWindowForm.java20 symbols

For agents

$ claude mcp add floobits-intellij \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page