Replies: 1 comment 2 replies
-
Very strange. I exited and reopened the project and now type information appears correctly. I was able to capture the example below. I have messed around with the code and it still works. I am also able to use intellisense with no problems. Apologies for the noise, but I don't understand why it was not working before. If I figure this out I will report back. Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create structural types "dynamically" via
Selectable
using a transparent macro. Say I have this:Now I use these so:
It compiles ok. The IDE allows me to peek and got to the correct types/implementations. However when I hover over the refined type and the fields or assigned variables, I get not pop-up with the information.
So my question is, is this the expected behavior or should we see the types. I was hopping the latter was possible. I also would like to now if code suggestions should work in the first case. So of I write
structure_1.
, the IDE should showfield
.TIA
Beta Was this translation helpful? Give feedback.
All reactions