Chris Kipp
Chris Kipp
**Task** When coc-metals and metals-languageclient were first written they were compliant with the LSP 3.15.0 spec. Now that we are on 3.16.0, coc.nvim has update here https://github.com/neoclide/coc.nvim/commit/70a7903e114b8bd4a6eb9add9f7a60da77cb1938 and metals-languageclient here...
**Describe the feature** This was recently added in Metals as a way to search through dependency jars for values in configurations values. This is useful for example if you want...
**Describe the feature** Metals now has support for the user to visual select a piece of code and then get the type of everything selected. **Potential ways to implement?** This...
**Task** In https://github.com/scalameta/metals/pull/3063 there was a new feature added to Metals which allows a user (when in Scala 3) to execute a "Show Tasty" command in order to see the...
**Task** There is a lot of docs just stuffed in the readme. Much of it is duplicated in the Metals website. I'd like to focus on the screen shots and...
**Task** As of [this commit](https://github.com/neoclide/coc.nvim/commit/38140fae99cad08ed96d3f6e1fd81e406366ece3) coc.nvim now has a native `window.withProgress` like there is in VS Code. There is a few places that we can probably utilize this to show...
**Describe the feature** From looking at the regions of the world via google analytics on the metals website and tracking references on blogs/twitter, it seems that Japan has the second...
**Task** When installing metals via `:CocInstall coc-metals` and then later trying to uninstall, you'll often get met with the following error: ``` [coc.nvim] Uninstall failed: Cannot read property 'remove' of...
**Task** We currently have an artificial limitation that vim users can't use vimspector with coc-metals due to code lenses. While that used to be true, but that's not the case...
**Task** If you look at the image inside of #169 you'll notice that since NERDTree was opened, for some reason the TVP panel opens up almost half the width of...