You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its reasonably common to write comments that reference parameter names. Sometimes they're the first word, sometimes they aren't.
Example
// Foo takes a bar. bar should be formatted ...
func Foo(bar string) {}
When title case is enabled it doesn't make any exceptions.
The text was updated successfully, but these errors were encountered:
chrisdoherty4
changed the title
Parameter names aren't taken into consideration
Parameter names aren't taken into consideration with capital setting
Nov 2, 2022
Good idea, thanks.
Currently godot doesn't have any information about code outside comments, and Go doesn't provide any easy way to get it. So I'd say don't expect this feature any time soon.
Its reasonably common to write comments that reference parameter names. Sometimes they're the first word, sometimes they aren't.
Example
When title case is enabled it doesn't make any exceptions.
The text was updated successfully, but these errors were encountered: