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
I found a couple of mentions of the intention of making branding optional, like #433 and #444. It doesn't look like it happened yet, but supplying a custom generateIdentifierType is easy enough:
Type-wise this doesn't get in the way, so this is a low-priority request, of course, but it would be nice to get rid of *Id entries in code completion tooltips. This can probably be accomplished with a plugin, but the number of edge cases feels intimidating.
The text was updated successfully, but these errors were encountered:
Yeah, this is something I probably need to do since it a popular and reasonable request. The problem is, as you are identifying, that there are many edge cases and combinations possible, so it's not quite as trivial as it sounds.
I found a couple of mentions of the intention of making branding optional, like #433 and #444. It doesn't look like it happened yet, but supplying a custom
generateIdentifierType
is easy enough:However, I would also like to take this a step further and drop identifier aliasing altogether, so that instead of this:
It's just this:
Type-wise this doesn't get in the way, so this is a low-priority request, of course, but it would be nice to get rid of
*Id
entries in code completion tooltips. This can probably be accomplished with a plugin, but the number of edge cases feels intimidating.The text was updated successfully, but these errors were encountered: