Ayoub Benali

Results 48 comments of Ayoub Benali

Does it make sense to have LSP provide a watcher API that language handlers can hook into ? Because it is a similar missing features for Metals integration.

> Of course with node there is a problem that it's not always available on the system. The alternative would be to embed a small binary with LSP ?

no I wasn't talking about node but a dedicated binary utility that does only the file watching part

Just realized that LSP-metals has a "new scala file" command which could send the notification once completed without relying on Sublime API. Do other LSP packages have such a command...

Yeah I agree, a build in file watcher in LSP would be the best solution.

For me yes, the plugin is still running in the context of the editor.

> What are the code actions supported by metals? ``` 'codeActionKinds': ['quickfix', 'refactor', 'source.organizeImports']} ``` > expose "LSP: Source actions..." in the quick panel that would list those for active...

yes I guess because there isn't yet a way to get the error messages if some rows aren't inserted.

@palmerlao https://github.com/typelevel/frameless/pull/479 helps with this issues.

I have the same problem, finch-core for scala 2.13 is missing from maven central