Hi, I'm trying to build an lsp server based on the...
# compiler
g
Hi, I'm trying to build an lsp server based on the analysis API. My plan was to handle `didChange`events via
KaSourceModificationService
. But how do I access the updated `KtFile`s then? I tried with
PsiManager
and
KotlinDeclarationProvider
and they both show me the outdated versions. Sorry if this is a trivial question, I'm a beginner