Sassan Haradji

Results 134 comments of Sassan Haradji

I confirm even when ultisnips is disabled it doesn't show docstring when I type `request.p` and then select `post`. But with ultisnips disabled it does show docstring with `request.pos` and...

Yeah seems like it's related to cache. Is it possible to disable cache altogether?

Unfortunately it doesn't work for me: https://asciinema.org/a/5XU59J75bDiC3pFgpwj6tu17S

Yeah seems like we should wait for jedi.

OK, maybe I can make a PR if it attracts myself 😄

Yeah, it's working now for me too. I close this issue.

it works for `console.log()` but it doesn't work for `PropTypes.any()` for example (From react prop-types).

> I was able to **avoid** the error by using `:setlocal noma` on step 3, instead. Changing `set nomodifiable` to `setlocal nomodifiable` worked for me too. This issue was happening...