madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 94 forks source link

Sorting lines no longer works #178

Closed isupersid closed 8 years ago

isupersid commented 8 years ago

Trying to sort lines using alt+3 or from menu no longer works. I have tried this in scss files and .ts files. Earlier it seemed to work everywhere but now it does nothing. The lines marked do show a yellow indicator on the side in VS indicating something changed but the order of lines does not change!

ChrisMBarr commented 8 years ago

@isupersid @jwbay Yeah... I was frustrated by this as well until I saw this commit with the message "Extracted editor string manipulation into its own extension"

Sooo.... it's been moved into another extension now. I found it this morning my digging through his repos. Here it is: https://github.com/madskristensen/Editorsk

And here is in the VS gallery: Editor Enhancements

I really with that stuff like this was mentioned in the release notes @madskristensen. It's frustrating to just lose a feature one day with VS now auto-updating things. The release notes for this latest version are really sparse and makes no mention of exactly what features were removed.