Fork me on GitHub
#cursive
<
2017-02-28
>
danielcompton03:02:14

Does anyone know how to turn off inspections from showing up in thecode navigator sidebar?

danielcompton03:02:44

I have the TODO plugin installed with the inspections turned off

danielcompton03:02:02

but they still show up in the sidebar

tianshu06:02:34

Is it possible to disable auto complete in remote REPL?

cfleming07:02:05

@doglooksgood No, but it would be easy to add - is it too slow?

cfleming07:02:16

Do you have a slow connection to the server?

tianshu07:02:39

Yes, too slow:joy:

tianshu07:02:52

maybe the connection is a little bit slow

cfleming07:02:35

Ok. I could switch in that case to local completion, from your local project. Not perfect, but requires no network traffic and better than nothing.

tianshu07:02:15

It's better to provide an option.

cfleming07:02:52

You mean allow the user to select? Yes, of course - I could provide remote, project and none as options.

tianshu07:02:11

that will be awesome!

tianshu07:02:55

BTW, another question. Is it possible for cursive to auto switch back to clj when we use :cljs/quit?

cfleming07:02:49

It does try to do that already - does that not work for you?

tianshu07:02:52

maybe I need a update?

cfleming10:02:57

@doglooksgood No, it’s been like that for ages. It works by scanning the output, and it’s looking for the string “> :cljs/quit”. Perhaps it should just look for the keyword on its own. Can you paste a snippet of the output when closing a CLJS REPL?

tianshu11:02:08

of course, wait a minute

tianshu11:02:37

@cfleming will this help?

(cljs-repl)
Launching ClojureScript REPL for build: dev
Figwheel Controls:
          (stop-autobuild)                ;; stops Figwheel autobuilder
          (start-autobuild [id ...])      ;; starts autobuilder focused on optional ids
          (switch-to-build id ...)        ;; switches autobuilder to different build
          (reset-autobuild)               ;; stops, cleans, and starts autobuilder
          (reload-config)                 ;; reloads build config and resets autobuild
          (build-once [id ...])           ;; builds source one time
          (clean-builds [id ..])          ;; deletes compiled cljs target files
          (print-config [id ...])         ;; prints out build configurations
          (fig-status)                    ;; displays current state of system
  Switch REPL build focus:
          :cljs/quit                      ;; allows you to switch REPL to another build
    Docs: (doc function-name-here)
    Exit: Control+C or :cljs/quit
 Results: Stored in vars *1, *2, *3, *e holds last exception object
Prompt will show when Figwheel connects to your application
To quit, type: :cljs/quit
=> nil
:cljs/quit
=> nil

cfleming21:02:51

@doglooksgood Yes, thanks. I’ll try to fix that.

cfleming22:02:43

@doglooksgood Ok, should be better in the next release.