Chris Kipp
Chris Kipp
While you could do this before, if you had a class `a` and you wanted to keep it simple and not have anything for your `customSheetName` you'd end up with...
This pr adds in some missing `Selector`s, mainly for different sections that exist in the tags, but not in the selectors.
This also marks `project.git` as `true` to make sure scalafmt doesn't look into any dirs that are ignored. So it doesn't look like scalafmt is actually enforced at all in...
### Commit of tree-sitter-scala you tested this on 97d5e7c86492cb4449e6f7e1b8577e20b4bfb046 ### A code sample showing the error ```scala object Main: ``` ### Show the error node So this is sort of...
This is a follow-up to https://github.com/tree-sitter/tree-sitter-scala/pull/190 which showed that it's a good idea if we're always making sure that cargo can also build when changes are made. It's not often...
**Is your feature request related to a problem? Please describe.** There are currently two different forks. @alexarchambault outlined some of the steps that would be necessary to make these converge...
**Version(s)** ``` ❯ scli version Scala CLI version: 1.0.0-RC1 ``` **Describe the bug** I don't have a clear reproduction of this as it happens somewhat infrequently, but enough times now...
**Version(s)** v0.1.18 **Describe the bug** So this isn't necessarily a bug because I understand why it happens, but I'm wondering if it makes sense to maybe change this behavior when...
When using `cmtc` and you unzip the course you end up with the following structure: ``` .cmt code ``` Especially for Scala and Metals users it's a problem if they...
I'm trying to hunt down an issue, and I can't seem to figure out why it's happening. In when using coc.nvim with a language server that offers hover, the text...