Auto close angle bracket when writing generics #2665
lukalomidze
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to automatically add closing > when writing < in the case of generics? to avoid confusion in conditional statements or bitshifts perhaps the line could be analyzed to only auto add > if the preceding character to < isn't a whitespace or a more sophisticated approach where auto > will be added only if whatever < was written next to is a class/interface which has a generic in its declaration.
Beta Was this translation helpful? Give feedback.
All reactions