binaryage / cljs-devtools

A collection of Chrome DevTools enhancements for ClojureScript developers
Other
1.11k stars 51 forks source link

Autocompletion for some reason is slow and jittery #33

Closed agzam closed 7 years ago

agzam commented 7 years ago

cljs-devtools is awesome, I can't thank you enough. This makes so many things better. However one thing still drives me nuts:

whenever I type something in Chrome Dev Console, the autocomplete gets in the way, it's painfully slow, something doesn't feel right about this:

autocomplete chrome

is there a way to fix this?

darwin commented 7 years ago

How is this related to cljs-devtools? AFAIK cljs-devtools should not affect auto-completion in DevTools. This looks to me as a problem with DevTools itself or your project setup.