Michael Weimann

Results 56 issues of Michael Weimann

There should be some check in place, to verify the dependencies are matched. This can be testing if any suitable grep program is available. Relates to #43

`rg` provides a `--json` option that returns offsets of the matches. This can be used to highlight the matches. It should use ~`json_decode` or~ `vim.json.decode` ~depending on availablility where `vim.json`...

**Feature description or problem with existing feature** Currently the language server only returns a single parameter for function completions. For example ``` function test($param, $param2) {} ``` The completion for...

completion

Please oben issues [over there](https://codeberg.org/foss.events/foss-events-website)!

Lets try to be quicker for the next release. When resolving #29 I am going to enable support for the next version as well. Please report any issues here.

Copy the behaviour of Nextcloud Talk (if any), but use as Jitsi meeting

enhancement

Before this change, text fields always start in edit mode. This commit changes the behaviour to only go to edit mode if the text field is empty (usually the case...

Wrap the toolbar with ToolbarCanvasContainer that has a similar size as the canvas. By this the toolbar is always aligned bottom of the canvas instead of flowing outside of it....

For advanced use-cases it would be great if `pattern` could also be a function, that returns the matches. Then I could write code analysing the string or use advanced patterns...

I am working in a project, where test files are next to the code files. Example: - `src/some.ts` - `src/some.test.ts` My mapping configuration looks like this ``` { pattern =...