-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Un-used properties/methods #10497
Comments
Unused |
Okay, I have remove the |
Actually this was implemented with the |
@RyanCavanaugh that is only in the compiler though, and not visually in the editor right? |
@TheColorRed it should work in the editor as well if you have the option set in your tsconfig.json. you need to make sure your editor is running against TS 2.0 . |
TypeScript Version: 1.8.10
I think that it would be a nice feature to let the user know what properties/methods are defined but unused, this would be done doing so by underlining the method/property with a green underline.
This would more than likely only affect
private
properties and methods. Here is an example:The text was updated successfully, but these errors were encountered: