Skip to content

remove namespace from symbol before sending to dash#18

Open
stask wants to merge 1 commit intostanaka:masterfrom
stask:master
Open

remove namespace from symbol before sending to dash#18
stask wants to merge 1 commit intostanaka:masterfrom
stask:master

Conversation

@stask
Copy link

@stask stask commented Oct 2, 2014

Removes the namespace qualifier from the search string before sending to dash. For example, if you required clojure.string :as string and then use string/join in your code, when you hit Ctrl-c,d, it'll search for join in clojure docset (instead of searching for string/join, which doesn't return any results).

It's a very basic fix (the proper fix will need to use cider's functions to resolve the thing-at-point to canonised form), but it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant