Replies: 1 comment
|
Hi! When compiler plugins API becomes stable, we will recommend to try replacing KSP with it. After a while we will probably deprecate KSP plugin in favor of compiler plugin. Current status: Compiler plugins API is not stable yet, compilation can easily break when you change version of compiler or highlighting can break if you change version of IDE. So it's not ready to be used in a production development. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
From the announcement, #878, I found there is an example using DataFrame compiler plugin, is this means we will not use KSP plugin in the future?
All reactions