IntelliJ codemp plugin -- code multiplexer
Find a file
2024-09-14 00:51:04 +02:00
gradle/wrapper chore: bumped gradle plugin version 2024-09-14 00:51:04 +02:00
src/main feat(java): initial (broken) VFS implementation 2024-09-09 16:06:54 +02:00
.editorconfig fix: fixed editorconfig 2023-11-16 21:38:30 +01:00
.gitignore chore: don't push run config 2023-11-19 00:47:22 +01:00
build.gradle chore: bumped gradle plugin version 2024-09-14 00:51:04 +02:00
gradle.properties feat: effectively restored to before glue migration 2024-08-16 02:42:15 +02:00
gradlew chore: initial setup 2023-08-19 21:56:02 +02:00
gradlew.bat chore: initial setup 2023-08-19 21:56:02 +02:00
LICENSE docs: readme and license 2024-09-07 18:35:54 +02:00
README.md feat(java): initial (broken) VFS implementation 2024-09-09 16:06:54 +02:00
settings.gradle feat: moved to groovy dsl, registered cargo gradle tasks 2023-08-28 12:15:05 +02:00

codemp

codemp is a collaborative text editing solution to work remotely.

It seamlessly integrates in your editor providing remote cursors and instant text synchronization, as well as a remote virtual workspace for you and your team.

codemp-intellij

Warning

codmep-intellij is still under active development. It is not in a usable state yet, coming soon!

This is the reference codemp IntelliJ Platform plugin, maintained by hexedtech.

Testing

As this is not meant to be used yet, we do not provide build instructions.

You may however test it using Gradle with the runIde task. It will open in a new window an IntelliJ IDE with the plugin installed.