Callable is not colored correctly #3884
Replies: 3 comments
-
Incidentally, |
Beta Was this translation helpful? Give feedback.
-
Yea but even if you type it correctly, you still get the same color as if you had any other argument so if you pass it along to another method or you call it directly it doesn't tell you much by looking at it, it solely depends on the name you give it. I mean making it default to use the same color as any other function well maybe it's not the most friendly thing, but having the option to change it would at least be beneficial and up to the user to decide if they want to have the same color or not. |
Beta Was this translation helpful? Give feedback.
-
but that being said, we could attach token modifier for parameters, variables that are let's put it in the discussion to see user feedbacks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Callable gets highlighted as any other variable when in fact it is a callable so it would be great if it was highlighted like a function or method, or even just having the option to edit the color of it would be great. (This can't be impossible to do, maybe very hard, because typescript extension does work for this purpose)
Environment data
Code Snippet
Expected behavior
Actual behavior
Beta Was this translation helpful? Give feedback.
All reactions