atom-parinfer
atom-parinfer copied to clipboard
Identify which plugin is interfering with Smart Mode
From Sean Corfield:
Run into my first "odd" behavior with the new parinfer. I have code like this
(cond (not member)
(api/invalid-argument req)
(or (:suspended member)
(:deleted member))
(api/invalid-argument req)
:else
(do
(timbre/logged-future
(business/login! req member)
(log/write-log :logxxx
{:siteid (or (get-in req [:params :xxxxxx])
(u/site-id member))
:userid (:id member)
:event "xxxxxx"}
req))
(resp/response {:code (xxx xxx)}))))
and I put my cursor just before the
(doand start pressing the space key. As the form moves to the right, the code inside thedois indented by one more space than it needs to be each time.
I cannot reproduce, so I asked him to dump his list of plugins that he is using to help identify which are interfering:
$ apm list --installed --bare
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]