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

Not applying inference on tab #19

Open
jeffrpowell opened this issue Dec 18, 2017 · 0 comments
Open

Not applying inference on tab #19

jeffrpowell opened this issue Dec 18, 2017 · 0 comments

Comments

@jeffrpowell
Copy link

jeffrpowell commented Dec 18, 2017

When in indent-mode, both parinfer and this plugin advertise updating the surrounding text as you change the indentation. I can't get it to do that until I move my cursor to a different line or hit the Home or End keys.

VSCode 1.19.1
vscode-parinfer 0.6.1
Clojure 0.9.1 (from Andrey Lisin; not sure if this is really related)

(defn foo [a b])
(+ a b)

When I insert a tab at the beginning of line 2, I get the following

(defn foo [a b])
    (+ a b)

Only after I press an arrow key or press the End key do I get the expected result

(defn foo [a b]
    (+ a b))
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

1 participant