mflorence99 / import-splitnsort

VS Code extension to split and sort TypeScript imports
0 stars 3 forks source link

Change sort to case-sensitive #1

Closed mflorence99 closed 6 years ago

mflorence99 commented 6 years ago

After eating my own dog food for a while, it is clear that a case-insensitive sort is a Really Bad Idea! Lowercase exports are semantically different to uppercase exports: the former are typically functions and the latter classes. It would be very helpful to separate them.

mflorence99 commented 6 years ago

Class-like and function-like imports are now separated.