Lukas B.
Lukas B.
Is the UI ready so that you accept PRs for markdown rendering of description (without the callback-based description)?
The main reason for markdown is to allow white spaces in the descriptions to nicely aligned error descriptions across multiple lines. Examples: * https://github.com/AtomLinter/linter-eslint/blob/7f791653480ce30c1ffe9ab99c6c84e34fe7e7fe/src/helpers.js#L179 * https://github.com/steelbrain/flow-ide/blob/c49dc1c6877e0737e8808e542cb09d16a4fbd399/lib/helpers-linter.js#L182 Further info from an...
Note: as stated by @keegancsmith this happens if the typechecker gets started, which happens quite a few times: diagnostics, references, implementation... see https://sourcegraph.com/github.com/sourcegraph/go-langserver@7df19dc017efdd578d75c81016e0b512f3914cc1/-/blob/langserver/loader.go#L27:23&tab=references
This is fixed in #83 with commit https://github.com/sourcegraph/go-langserver/pull/83/commits/8b3e27eddc852566b372c0e77472b1a1d9e11f37#diff-78179d406a671306d86895d9604fca17
https://github.com/sourcegraph/go-langserver/blob/7df19dc017efdd578d75c81016e0b512f3914cc1/langserver/langserver_test.go#L1085-L1101 There is already a test case for this. Do you mean that in both files the symbols request should return `Hello` and `Bye`?
There is a pull request at godef: https://github.com/rogpeppe/godef/pull/68
I think this is fixed with #83.
I think I have found at least one cause: on windows the hyperclick provider is called even if the mouse stands still. This is not the case for mac (I...
At least for me saving the file again in atom removes those warnings. @steelbrain I think this is an upstream bug in [linter](https://github.com/steelbrain/linter). It should notice that the file has...
I have found a lot of places where flow fails to go to the definition. Marking these spots as clickable would then lead to issues in our repo again. I...