-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Description
Most of LS clients support creating files and associating them with kotlin
without saving on disk.
As I see now, Kotlin Language Server doesn't provide information about such virtual
file (code completion, diagnostics, etc.).
Question
Does Kotlin Language Server support virtual
files?
Let's say as a client I just call textDocument/didOpen
with file content and path (and there is no actual file under the path) and then try to call off the capabilities (e.g. textDocument/completion
).
Metadata
Metadata
Assignees
Labels
No labels