https://github.com/eclipse-oct/oct-intellij
Integration of Open Collaboration Tools with the IntelliJ Platform
https://github.com/eclipse-oct/oct-intellij
collaboration intellij live-share plug-in real-time
Last synced: about 1 month ago
JSON representation
Integration of Open Collaboration Tools with the IntelliJ Platform
- Host: GitHub
- URL: https://github.com/eclipse-oct/oct-intellij
- Owner: eclipse-oct
- Created: 2025-05-28T07:10:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T11:07:59.000Z (about 1 year ago)
- Last Synced: 2025-05-28T12:21:37.968Z (about 1 year ago)
- Topics: collaboration, intellij, live-share, plug-in, real-time
- Language: Kotlin
- Homepage: https://www.open-collab.tools/
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oct-intellij
Integration of Open Collaboration Tools with the IntelliJ Platform
# Extension Build
To build the extension, you need to have
[open-collaboration-tools](https://github.com/eclipse-oct/open-collaboration-tools) available on your system.
The path to the project can be configured in the `gradle.properties` file using the `org.typefox.oct-project-path` property.
`npm install` has to have been run in the `open-collaboration-tools` project before building the extension.
This allows the service process to be built and packaged together with the IntelliJ extension.
# known issues
- if the eol does not align (like having crlf in vscode while intellJ always has lf)
it can happen that changes are duplicated