Matt Wean

Results 10 issues of Matt Wean

I was wondering if we could make this conform to Microsoft's [Language Server Protocol](https://github.com/Microsoft/language-server-protocol). This would allow us to leverage LSP clients for different editors.

### Steps to reproduce ``` $ asdf list ruby > 2.3.1 2.3.7 $ asdf local ruby 2.3 ``` ### Expected behavior Use version 2.3.7, since it is the highest version...

proposal

I'd like to use a single interval for all elements to reduce overhead. I have pages that can have dozens of timestamps, and it seems wasteful to have separate intervals...

enhancement

Since there's no URL bar, I can't figure out a good way to copy a link to a document. It would be nice to have that as a menu item...

enhancement

It would be great to have the option to show the time remaining as 1:23 to save space in the menubar.

One thing I rely heavily on is a list view where you can drill down into directories. For example: ![image](https://user-images.githubusercontent.com/732173/39954522-f0fe4b92-5575-11e8-99bd-7462175223d8.png) I'm using the ArrowNavigation plugin, but that actually enters the...

enhancement
22 votes

So we can use a   to the sorting indicator from breaking to a new line (from issue #60)

When the ASC and DESC symbols are added to my table headers, they are sometimes added under the header title because of wordwrap. I'd like to be able to join...

When I jump to a definition, the matching text is highlighted: ![image](https://user-images.githubusercontent.com/732173/39606433-46d690ac-4eea-11e8-8472-c60f46910337.png) Even though I thought I had disabled it in my settings: ```json # CTags.sublime-settings { "debug": true, "autocomplete":...

When there are no messages in the inbox and a new message comes in, I can arrow down to highlight the message, but hitting return does not select it. I...