Ólafur Páll Geirsson

Results 361 comments of Ólafur Páll Geirsson

Thank you for reporting! The mtags-based indexer only looks at class/trait/object members. It should be able to also handle `val/def/type` members but we would need to be careful to for...

It boils down to the same problem, if you solve it for type aliases you also solve it for defs and refs.

@alexarchambault we have the pieces to implement this but there's no ready solution for it yet. I'll be working on it in the coming weeks and can publish a module...

The way I imagine the API will look like is roughly like this ```scala trait Docstrings { def addSourceJar(jar: Path): Unit def addVirtualFile(filename: String, code: String): Unit def docstring(symbol: String):...

How is tooltip string rendered? We might be able to provide html markup with hyperlinks but I haven't looked into it in depth.

Commented on the original issue.

This is very exciting. At the top of my head, it will require custom work in Metals to support ammonite script ivy imports. Currently, Metals doesn’t support completions in script...

@SethTisue I think it's best to keep it out of the CB for now, the repo is under active development and even though I'm trying to keep Scala dependencies low...

Thank you for the detailed reproduction! If I have to guess at a quick glance, the regression appears to have happened when adding support for async fixtures. A good place...

I took the liberty to fork this repo at https://github.com/scalameta/ascii-graphs and publish for 2.12/2.13 under a manually shaded `org.scalameta` namespace ``` "org.scalameta" %% "ascii-graphs" % "0.1.2" ``` Imports need to...