Hello all, I've been having an issue that has made...
# android-studio
c
Hello all, I've been having an issue that has made my work with AS incredibly frustrating. When I am coding and leveraging autocomplete, if I type like one character after a property name, the autocomplete suggestions disappears and doesn't work. For example, say I want to type something like
viewModel.buildsFlow
, when I type
viewModel.b
and it brings up the suggestion, immediately everything disappears even though my cursor is still in the next character line, so I can't even use the auto complete feature, please what can I do to resolve this?
2