Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this expected behavior? #25

Open
NightMachinery opened this issue May 8, 2018 · 5 comments
Open

Is this expected behavior? #25

NightMachinery opened this issue May 8, 2018 · 5 comments

Comments

@NightMachinery
Copy link

Putting the caret at |:

(ns withering-spell.views
  (:require [re-frame.core :as re-frame]))

(defn main-panel []
  (let [name (re-frame/subscribe [:name])]
    (fn []
      [:div
       [:h1.lion "Headline"]
       [:ul
        (for [x (range 1 4)]
          [:li x])]
       [:div "Hi"]
       [:ul
        [:li "Cat is coming"]]
       [:button {:on-click #(re-frame/|)}]
       "I am your Death. Hello from " @name]
      )))

And pressing tab returns no completions. The ns form is loaded. Is this expected behavior? Default clojure.core things do auto-complete (like map).

@gtrak
Copy link
Contributor

gtrak commented May 8, 2018

Cljs-tooling I think relies on load-file having been run, not evaling the ns form on its own over the repl, did you give that a try?

@NightMachinery
Copy link
Author

NightMachinery commented May 8, 2018 via email

@gtrak
Copy link
Contributor

gtrak commented May 8, 2018

Try cider-load-file, I think it's C-c C-k?

@NightMachinery
Copy link
Author

NightMachinery commented May 11, 2018 via email

@MalloZup
Copy link

MalloZup commented Aug 5, 2019

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

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

No branches or pull requests

3 participants