Baidu

Results 66 comments of Baidu

Interesting. I've been using this tool to monitor directories of several gigabytes (sources + compiled artifacts) and I haven't see this error. The only plausible reason might be some watching...

Thank you very much for reporting! Will have a closer look as soon as I can.

If the file is not readable by the user, there is nothing can be done. What do you expect in this case?

Regarding the `additionalTextEdits`, I have since exposed another function `LanguageClient_workspace_applyEdit()` https://github.com/autozimu/LanguageClient-neovim/commit/e5f91c7d9afbc976208d0bbeb2c4f8218052e995 After completion is done, following pseudo code should do the work ```py # assume the completed item is comp_item...

If you need some help, I can probably give a hand.

OK. I will see if I can get some time for this. On Wed, Feb 15, 2017 at 21:03 xwartz wrote: > Thanks. > It's not supported currently, and i'm...