-
Notifications
You must be signed in to change notification settings - Fork 29
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
"SS20" (splashtidy) does not work in general cases #197
Labels
enhancement
may be implemented as an enhancement
Comments
Hi! Yes, it was a quick hack to get the Julia start-up banner to look a bit tidier (think t-shirts 😀) and it would be ideal if we could switch SS20 off automatically once the banner had been displayed... I have thought about removing SS20 - but perhaps it's fixable with some more effort on my part. |
I think at least |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to turn feature code "SS20" (splashtidy) on in VSCode with JuliaMono, but in general it does not work for a lot of cases:
As you can see, for functions like
__init__()
, and for code with more than one_
in()
or(_.x)
, it will break.I suppose a possible fix would be: whenever there is one or more
_
next to a(
or a)
,_
should be pulled down a little and(
or)
will be stretched.The text was updated successfully, but these errors were encountered: