am I having a berenstein bear moment- isn't CTRL+Shift+Space smart autocomplete? Like if you were doing something like
if (myEnumType ==
CTRL+Shift+Space it'd show you enum values that
myEnumType
could be? I consistently just get 'No suggestions' when I try this. Is this just me?
➕ 1
t
trevjones
06/09/2025, 1:51 PM
basic vs type matching
c
czuckie
06/10/2025, 7:58 AM
Type matching! Thank you! When I try and type match something, I just get no suggestions. I'm sure the following would have resulted in a completion window with 'Boolean' in there some time ago