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 lazily used Python formatting for symbol hovers to get color coding for literals, but when a symbol has a # address modifier, the formatting thinks the rest of the hover is a comment, e.g.
(variable) Delay#: Literal[0]
instead of what I want which is something like
(variable) Delay#: Literal[0]
This is another hacky solution, but the sample above seems to work fine with Java formatting...
The text was updated successfully, but these errors were encountered:
I lazily used Python formatting for symbol hovers to get color coding for literals, but when a symbol has a # address modifier, the formatting thinks the rest of the hover is a comment, e.g.
instead of what I want which is something like
This is another hacky solution, but the sample above seems to work fine with Java formatting...
The text was updated successfully, but these errors were encountered: