-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
LSPRelated to a specific LSPRelated to a specific LSPbugSomething isn't workingSomething isn't working
Description
I suppose this is a continuation of #38. The issue reported there was resolved by 655d2ee but there is still an issue with the word selection logic.
The issue is that the replacement doesn't always match all the relevant text.
Example:
(ns example
(:require
[clojure.test :as test]))
(test/use|)
;; Press accept
;; Result:
(test/test/use-fixtures|)
;; Expected:
(test/use-fixtures|)So it's not replacing the entire text of test/use it's just replacing the use component.
I wonder if the lsp completion items contain context about the range they are operating over.
tomwu-paxos, kawre, b0o, RadicalTray and blisterrrrr
Metadata
Metadata
Assignees
Labels
LSPRelated to a specific LSPRelated to a specific LSPbugSomething isn't workingSomething isn't working