-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to sort if has default options #3
Comments
I guess I'll have to implement an AST parser. |
Thank you sir so much for your willingness to address this! I am super excited. I switched from Atom to VSCode, but am now switching back to Atom/Nuclide and am mising this sort feature I used to use on VSCode - https://github.com/henriiik/vscode-sort |
@Noitidart I'm very busy with university and my job right now, don't expect this too quickly without a PR. I still want to do it (partly because I always wanted to implement a parser) but no idea when I'll find time as this issue isn't trivial to fix. |
No problem, I really appreicate your note sir. |
In javascript lots of times we have default values for arguments, something like this:
Some people put spaces between the ='s sign.
If I highlight within the curlies and try to sort it fails. :(
The text was updated successfully, but these errors were encountered: