vscode

Quiet in here? Check #calva-dev out :smiley:
2020-01-18T17:53:53.000400Z

haven't tested yet, but found this: https://marketplace.visualstudio.com/items?itemName=Atishay-Jain.All-Autocomplete

Provides autocompletion in Visual Studio Code items based on all open editors.

2020-01-18T20:06:46.002100Z

i only just found: https://vscode.readthedocs.io/en/latest/getstarted/settings/#copy-of-default-settings this seems to be a helpful reference for what settings exist, what they mean, and what their values are.

2020-01-18T23:21:58.004200Z

@pez your hint about word characters seems to help a lot! before adding this:

(swap! disposables
    conj (.setLanguageConfiguration (..  n.v -languages)
           "clojure"
           #js {:wordPattern #"[^\s,#()\[\]{};\"\\@\']+"})
the completion experience was not good at all. thanks a lot for the tip!

pez 2020-01-18T23:47:29.004400Z

Nice!