angelozerr / tslint-language-service

TypeScript 2.2.1 plugin for tslint
MIT License
188 stars 22 forks source link

Better labeling for issues / list of high pri tasks? #88

Closed JoshuaKGoldberg closed 5 years ago

JoshuaKGoldberg commented 5 years ago

@angelozerr / @egamma I'm very motivated to get this thing to a usable state. How can I as a prospective contributor help out? Is there a list of good first issue issues?

If you could label issues as good first issue / high priority / bug / blocked / etc., that'd be very helpful! ๐Ÿ˜Š

egamma commented 5 years ago

@JoshuaKGoldberg the current implementation of the tslint-language-service is based on code from the vscode-tslint extension. Unfortunately the two code streams have evolved independently and this is now difficult to maintain. We have therefore decided to start fresh and have some initial code that we will publish soon. Looking forward to your contributions in the fresh code base.

//CC @mjbvz

csvn commented 5 years ago

Iโ€™m very interested in this new project @egamma. Where can we find out when itโ€™s made public? Will you notify in this repo?

egamma commented 5 years ago

@csvn we will definitely notify this repo when the new repository becomes public // CC @mjbvz

JoshuaKGoldberg commented 5 years ago

@egamma / @mjbvz do you have a rough ball park of time frame? As in, weeks or months?

Context: the lack of typed rule support is a real pain with TSLint + VS Code. If it's months before you're planning on releasing, it'd be more efficient for us to work off of this repository / a fork of it in the meantime to get the very basic features than to wait.

mjbvz commented 5 years ago

We're aiming to get a preview release out this month

mjbvz commented 5 years ago

Here's the repo with the forked plugin: https://github.com/Microsoft/typescript-tslint-plugin

And the vscode extension that contributes this plugin: https://github.com/Microsoft/vscode-typescript-tslint-plugin The extension should be published to the marketplace sometime this week

lumaxis commented 5 years ago

Fantastic news, thanks @mjbvz!

JoshuaKGoldberg commented 5 years ago

Hooray!