codota / tabnine-intellij

Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
https://www.tabnine.com/install/intellij
MIT License
526 stars 67 forks source link

DEV2-4218 add support for multi-repo workspace #685

Closed yonip23 closed 1 year ago

yonip23 commented 1 year ago

I ran on IJ CE 2020.2 (the sandbox, by running runIde) and on IJ CE 2023.5 (local installation) to make sure there were no EDT/read violations.

one concern i have, is that the "Workspace" API returns null, and we don't count null responses as success.. maybe I should return "Done" from the binary or something?

yonip23 commented 1 year ago

waiting for the binary to be released before merging this