Muir Manders

Results 14 issues of Muir Manders

This was discussed briefly in #33, but I propose we group non-top level variable declarations. My motivations are to increase alignment via `var` blocks, and to reduce mixing of adjacent...

enhancement

`ivy-rich-switch-buffer-buffer-name` seems to apply the `ivy-modified-buffer` face to all buffer names. That makes all the buffer names colored funny in themes that support the ivy faces (plus doesn't let you...

**Describe the bug** When running `xref-find-references`, I get a `Wrong type argument: hash-table-p, nil` error. The lsp function `lsp-find-references` seems to work properly, so it is something with the xref...

The below ruby code: ```ruby foo = 123 ``` Gives `foo` a face of `tree-sitter-hl-face:function.method` which isn't correct (it should be `variable` or similar). I poked around a bit and...

bug
help wanted

Using gopls, I can't trigger completion using `company-manual-begin` in cases like: ```go fmt.Print() // represents point ``` Completions only seem to trigger when there is no symbol postfix. VSCode can...

I want to be able to filter out xref results within test files. For example, if I'm finding references to function `foo` which is called 50 times in tests but...

There apparently is a kind of code action called `source.fixAll` meant to be automatically run in save hooks. I learned of this via gopls, but it is mentioned [here](https://code.visualstudio.com/api/references/vscode-api#CodeActionKind). Should...

help wanted
spec
good-first-issue

I'm trying to darken the buffer id when the window isn't active by setting mode-line-buffer-id-inactive, but it doesn't seem to have any effect. I tried on emacs 25 and 27....

As I hack on go-mode's fontification to support generics, I also am looking at other options. To summarize how go-mode currently fontifies, it uses a combination of regexes and structural...

Don't ask about v2. Most things work, but there remain a few issues. A gold star to whomever can find them!