-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Missing autocomplete on the "abstract" keyword #45260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@DanielRosenwasser I want to work on this. |
The fix will likely start in |
Hi @DanielRosenwasser, I would like to work on this issue if no one else is working on it. As I'm quite new to this, I might need your guidance for a lot of things. |
If @heyAyushh isn't still working on this, go for it, but I would encourage you to explore/familiarize yourself with the surrounding code I've pointed out above, and look to those PRs to get a sense of what sort of work this change might involve. If you get it working, I or someone else on the team can provide code review feedback. |
Yes @DanielRosenwasser , I haven't started contributing as I am exploring typescript source code right now. I also didn't have the resources for testing docker. |
You don't need to use Docker to contribute, using a container is just an option if you find that helpful. |
@DanielRosenwasser, I was looking at the code of file TypeScript/src/services/completions.ts Lines 3015 to 3028 in 59b8bef
I think Abstractkeyword should not be placed here because it can be used anywhere not only in classes. So, I was thinking of removing it from here and adding it places for global completion following #34491. Then I will run the test on tests/cases/fourslash/ and make changes if needed.
Please confirm, If I'm going in the right direction. If not then please correct me, As it is my first time working on TypeScript. |
Bug Report
π Version & Regression Information
ts stable & nightly
β― Playground Link
Playground Link
π» Code
The text was updated successfully, but these errors were encountered: