SunSeaLucky
SunSeaLucky
Plz tell me if you fix that. I also need it. I can't get the following files: ``` #include #include ``` which restricts me to use `mex` function of matlab...
Thanks. You help me know what's the shortcut for running.
Hey, i got same results reported by author without any extra modifies.
@T-256 Yes you're right! I set `ty.completions.autoImport` to false and it works! Pyright/Pylance does actually not index things that are not imported so they're fast. @MichaReiser So it seems not...
Hey, thanks so much for such clarifications. Love you guys' works so much and ty is extremly awesome!!! I believe ty will absolutely replace pyright and any other python language...
> The above result is from pyright 1.1.407 in neovim v0.11.5 without any further configuration, just vim.lsp.enable('pyright'). I believe this is the corresponding config: https://github.com/neovim/nvim-lspconfig/blob/master/lsp/pyright.lua Disable the `completions.autoImport` configuration item...