Ólafur Páll Geirsson
Ólafur Páll Geirsson
It would be really nice to get tabs + file browser, so big 👍 from me. However, I don't know how complicated this would be to add to our build.
Is this a realistic goal? I believe it might be better to investigate how to create "Open file" actions that open the same search bar as the DocumentSymbolProvider.
We can do this the same way we do for searching for filenames. I would restrict the symbols to global class/object/trait kinds.
@jonas That looks amazing, I might be tempted to implement the completions myself in Scala.js. What would the interface be? I can imagine something like ```scala def completions(query: String): List[String]...
@jonas have you tried to see if we can access the same APIs as `QuickOutlineAction` for the document symbol provider? https://github.com/Microsoft/vscode/blob/d5b94eb3a7f1fe165590bbd0e685516400050a8f/src/vs/editor/standalone/browser/quickOpen/quickOutline.ts#L115-L151
I think we can add `metadoc.schema.Symbol.docstring: String`, which is generated by the cli. It's possible to find the docstrings attached to each definition with the AssociatedComment helper in scalameta contrib...
#105 has now been merged so this needs a rebase. What would be the implications of loading monaco with the webpack plugin?
Thank you for this PR! Very nice to see it work for MySql. I currently don't have much time, so it may take a while until I get to review....
@MercurieVV I apologize my slow response! > Its my first PR in my life Congrats! > how to change readme You can edit readme.md locally, add a new commit and...
Thanks for the PR! I'm at scala exchange right now, this looks great but I need to time to take a closer look after the conference :)