Matt Bierner

Results 268 comments of Matt Bierner

I've been unable to repo this issue. Can you share a small example project that demonstrates it?

Glad to hear it works. Yes please submit a PR that explains how to set up this plugin with ALE. I'm not familiar enough with Vim to do so myself

Difficult to fix because of how VS code gets quick fixes from the TS Server: we sequentially request fixes for each diagnostic in the selection. The plugin has no way...

Looks like TS currently only supports using number codes for diagnostics. Will sync with the TS team to see what we can do to improve the experience here

Example case. Starting with: ```ts // tslint:disable-next-line:array-type let t: Array = 1;; ``` Using the disable `whitespace` quick fix should generate: ```ts // tslint:disable-next-line: array-type whitespace let t: Array =...

In that example, which folder have you opened in the editor?

Did you only open a single file in your editor? Or an entire subfolder?

@xaviergonz Looks like that branch no longer exists. Do you have a link to version of that project where it doesn't work?

Please provide info like: - Plugin version - Typescript version - Editor

Can someone please share an example workspace where this happens so I can investigate