AndroidIDE
AndroidIDE copied to clipboard
[Bug]: Placement of member operator (.) trips autocompletion
What happened?
I've had this issue for a while where in some of my classes, autocompletion would not work properly. I have finally found the cause.
Example:
classInstance .classMember = value;
classInstance. classMember = value;
Both of these would compile successfully. However, the second would trip autocompletion and cause code after it to not have proper autocompletion, or even at all.
What's the expected behavior?
The source processor is okay with this so it should be okay as well in autocompletion so that it's consistent through out the IDE.
What version of AndroidIDE you're using?
v2.5.2 (debug builds)
Relevant log output
No response
Duplicate issues
- [X] This issue has not been reported yet.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct