Jack Cherng

Results 290 comments of Jack Cherng

I think this should happen in every non-VSCode editors. Maybe there is already a solution in them (neovim, etc...).

I don't think `intelephense` has that feature at this moment but it definitely can be a plus for non-Composer projects.

wondering how the upstream (pyright server) thinks about this.

That output looks good to me. All in ASCII. 🤔

That doesn't sound like something we can improve? But weirdly it worked when executed in terminal.

> I guess in your case it just can't find `poetry` and the error that your shell gives in this case has some weird characters. I think that would be...

https://github.com/bmewburn/vscode-intelephense/issues/1799

> May be in the sublime-project file? ```js { "folders": [ // ... ], "settings": { "LSP": { "LSP-intelephense": { "settings": { "intelephense.environment.includePaths": [ // ... ] } } }...

> I expected pyright.dev_environment option to take care of that. Is it possible to pass those modules from inside a package to an LSP without cloning the repo or manually...