Maarten Staa

Results 10 issues of Maarten Staa

@czosel I had an idea the other day. A decent number of the bug reports on this project are due to small correctness issues. So I thought, is there a...

Look at the commits for more details. Basically I have included some changes to support more accurate type output, especially regarding union types and type names. This should also fix...

enhancement

Any plans to introduce checks for (breaking) changes in PHP 7.1?

This allows requesting a list/tree of symbols in the current document. The following items are currently exposed: - `load` statements: - The module path - The loaded symbol names -...

CLA Signed

Builds on top of #117 Previously, hovering over or triggering "go to definition" for named parameters in function calls did nothing. This PR makes sure the required information is exposed,...

CLA Signed

Builds on top of #116 Fixes #87 Adds a signature help provider, which can show the signature of the function being called while typing the function call. Example in `starlark_syntax/testcases/parse/aspect.star`:...

CLA Signed

Builds on top of #115 Allows passing in the flag `--eager`, which eagerly loads all relevant documents in the workspace and parses them ahead of time. When this flag is...

CLA Signed

Currently, `go to definition` for `baz` in a dotted `foo.bar.baz` finds a (top-level) struct definition for `foo` with attribute `bar`. The implementor of `LspContext` should be able to provide hints...

lsp

Inspired by and continued from #126 by @daniellockyer This PR is a bit different, because in the meantime Xdebug 3 was released, which apparently introduced a new tracing format as...

Mentions were already being ignored in emails and code blocks, this PR ensures mentions in inline code blocks as well as links are now also ignored. Fixes #10