Hi everyone,
I’m wondering if it’s possible to change what sublime’s autocomplete suggests. I’ve noticed that sublime offers up suggestions that are sometimes not relevant to what I’m typing. For example, it is suggesting cluster.disconnect
when I’m going for store.dispatch
(from Redux.js)
There is a way to set change what phrases sublime is suggesting by setting the relevant domain to redux, or at least javascript, is that correct?
Thanks,
Jimmy