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 often investigate tactic errors by using the tooltip.
Unfortunately in VSCode the tooltip will display both the docstring for the tactic, and then below that the error message. Especially as the docstrings become better and better (and longer and longer!) this makes the tooltip less useful (it's hard to scroll inside them without losing them).
Could we switch the order, and put the error first?
The text was updated successfully, but these errors were encountered:
So this is trickier than I thought it would be. The error messages are provided by "Diagnostics" in diagnostics.ts and the docstrings / types, etc. are provided by the "HoverProvider" in hover.ts. I could well be missing something, but I couldn't find any way to switch the ordering of these two sources in the hover popup.
I often investigate tactic errors by using the tooltip.
Unfortunately in VSCode the tooltip will display both the docstring for the tactic, and then below that the error message. Especially as the docstrings become better and better (and longer and longer!) this makes the tooltip less useful (it's hard to scroll inside them without losing them).
Could we switch the order, and put the error first?
The text was updated successfully, but these errors were encountered: