Jake Zimmerman
Jake Zimmerman
There is already a bash completion script, and I use zsh, so that's motivation enough. The documentation here looks quite promising: https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org
For a particular application I'm working with, when certain optimizations are turned on, they affect everything in a specific file. I'm trying to find which files I should turn those...
With the following setting on: ``` vim let g:pandoc#formatting#mode = 'hA' ``` If you try to type in a list, it will "reformat" the list into one line, effectively turning...
Before, the `fieldShapeHash` function was doing double duty: - If it was a "normal" static field, it would behave like a proper "shape hash" function and ignore the result type....
### Motivation ### Test plan See included automated tests.
### Motivation This isn't _exactly_ a problem right now, because: - it's uncommon for people to define methods with uppercase names - especially uppercase names that share names with constants...
### Motivation Fixes the bug in the test case. ### Test plan See included automated tests.
### Motivation There don't appear to be any other show-stopping bugs, so we can turn this on for everyone. ### Test plan See included automated tests.
This is currently in the experimental LSP features. Now that we have pretty decent support for recovering from partially-typed lists of arguments, we can probably just add some tests and...
There are a handful of LSP features that would be nice to add to Sorbet as custom extensions: - [ ] Go to Import Location On a constant literal, goes...