Muir Manders

Results 62 comments of Muir Manders

> what we can do is introduce a configurable filter function and then C-u M-x lsp-find-references will apply the filter without the prefix it wont. That sounds useful. > An...

When I was trying the `source.fixAll` action I found that it only worked for the fixes on the current line (i.e. line cursor was on). If I selected a region,...

Cryptographically secure hashes are slower. Since this is not a cryptographic application, I went with murmur, which was a good combination of speed and uniformity. Originally the hash was configurable...

@ncw can you try the above branch and see if it is what you want?

Yes, it doesn't work when there is string content on the same line as the backticks. It only narrows the "paragraph" to beginning of line granularity. You can take a...

I was looking at this, at least in terms of font locking. For ambiguous cases like `foo[bar](baz)` do you think we should assume it is a generic function instantiation and...

Beyond #400, the only other thing I'm aware of for fontification is fontifying function calls and composite literal type names properly in `foo[int](123)` and `some.Struct[int]{foo: bar}`. Anything else?

Thanks for that. It sounds like our views mostly align. I suggest we do at least 4baab54c from my branch since that fixes existing fontification. In the meantime I will...

You can configure `ui.merge:interactive` to your preferred merge method (see `sl help merge-tools`). For example. `sl config --user ui.merge:interactive=:merge3` which will leave three way merge markers in the file if...

This should be resolved in 16be39b8d35066473a558b63c4813eb561a2b15a.