Skip to content

completion does not work for functions starting with "$" #279

Description

@behrica

incanter, for example, contains some functions starting with a "$",
like '$rollup'.

The completion of those names does not work.

(ns zealous-atoll
  (:require [gorilla-plot.core :as plot]
            [incanter.core :as ic]
         
  ))

Pressing control-tab after 'ic/' shows correctly the list of all functions.
But pressing it after "ic/$r" does not work.

Neither does it work to get the function documentation by pressing control-tab after "ic/$rollup'

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions