Ólafur Páll Geirsson

Results 142 issues of Ólafur Páll Geirsson

Previously, this extension only supported features that allowed the user to open Sourcegraph in the browser for further exploration. This commits adds several new features that allows the user to...

Language extensions can provide rules for increasing/decreasing indentation when writing new lines and copy-pasting code. The VS Code documentation for this feature is here https://code.visualstudio.com/updates/v1_14#_auto-indent-on-type-move-lines-and-paste Some scenarios where the current...

enhancement

To unblock the Scala.js v1.0 upgrade, we updated the build to use only fastOptJS instead of fullOptJS. Full optimization was failing with the following error from com.google.javascript.jscomp ``` sbt:metabrowse> last...

To unblock the Scala.js v1.0 upgrade, we disabled `JsonSuite`. This test suite is for a feature that nobody is using to my best knowledge. Metabrowse supports reading JSON files instead...

https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name The api exists in vscode but not monaco https://github.com/Microsoft/vscode/blob/478365bce508cc391e4cfc5c9e1eeee7c87c39c9/src/vs/vscode.d.ts#L2034 We have all the data to implement this.

enhancement

``` $ metadoc --help metadoc 0.1.0-SNAPSHOT Usage: metadoc [options] --usage Print usage and exit --help | -h Print help message and exit ``` Note that it doesn't mention that a...

Monaco 0.9.0 (merged in #49) added a new TypeDefinitionProvider service https://microsoft.github.io/monaco-editor/api/interfaces/monaco.languages.typedefinitionprovider.html It would be nice to implement it in metadoc. The service provides a way to jump to the type...

enhancement

From https://github.com/scalameta/metadoc/pull/100#issuecomment-425259515 > Grouping by top-level package is problematic for widely referenced packages, for example the `org.scalatest` symbol index in the megasite is 11mb. I was thinking of chunking down...

performance

Currently, "Go to symbol..." shows raw symbols IDs as `containerName` It would be nice if we instead showed the method signature such as the parameter types and result types.

enhancement

I just noticed that scala-cli is using native-image binaries from https://github.com/alexarchambault/scalafmt-native-image/releases Would scala-cli be interested in using native-image binaries from the scalameta/scalafmt repository? We can add the necessary GH Action...

enhancement
Community help wanted
requires scoping