-
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
Default to multiline parameters in function/method synopsis #5
Comments
If we use the right markup I think we can perhaps do this dynamically in the browser based on browser width. This could be a really nice enhancement. Good idea. It might need JavaScript to really work nicely; however this is exactly the sort of thing I don't mind using JavaScript for. |
with proper markup we don't even need javascript, just plain css |
I think it would need JavaScript to properly do the wrapping because of two reasons:
|
@Netmosfera Please only for very long lines, not for all. For a small parameter list, it's harder to read that way. |
-1 from me, sorry. I agree with @kelunik - that's actually makes it harder to read. |
okay, so only for lines that wrap? |
(unless the func takes 0 args)
Leaves a lot of "not good looking empty space" on the right, on larger resolutions, but it's way more comfortable to read. Methods within class synopsis (eg the methods listed here http://php.net/manual/en/class.intltimezone.php) may continue to stay on one line each.
The text was updated successfully, but these errors were encountered: