am I having a berenstein bear moment- isn't CTRL+S...
# android-studio
c
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
basic vs type matching
c
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