You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typescript feature alphabetizes imports in a way that all imports starting with a capital letter come first.
The ts-lint rule expects everything to be alphabetized just based on the letter - irrespective of capitalization.
This gets annoying when you use the ts-lint rule and also configure the TS code action to organize imports when the file gets saved.
After you use the quick-fix in VS Code to fix issues, they just get recreated as soon as you save the file.
The text was updated successfully, but these errors were encountered:
@j-oliveras you misunderstood my point. I know that and turned it on on purpose. The point is, it would be nice if ts-lint and TS organize imports would use the same method to alphabetize. ;-)
TypeScript Version: 2.9.0-dev.201xxxxx
Search Terms: organize imports, code action
The typescript feature alphabetizes imports in a way that all imports starting with a capital letter come first.
The ts-lint rule expects everything to be alphabetized just based on the letter - irrespective of capitalization.
This gets annoying when you use the ts-lint rule and also configure the TS code action to organize imports when the file gets saved.
After you use the quick-fix in VS Code to fix issues, they just get recreated as soon as you save the file.
The text was updated successfully, but these errors were encountered: