[Bug] R#8.0.13 While debugging auto complete does not work.
Hi.
While debugging it seems autocomplete for intellisence is not working when there are multiple possible entries in the list.
Tried to use ENTER as well as TAB but nothing happend, when the popup of intellisence is opened.
When I type the name of the property I want, sometimes via TAB I can get the full property name but it isn't working always.
Let me know if you need more information.
Regards
Sven
Please sign in to leave a comment.
Seems like http://youtrack.jetbrains.com/issue/RSRP-377451.
On my tests, auto complete doesn't work when the code isn't debugger friendly (can't be reloaded by the debugger) and R# handles the code as read only: most R# actions won't work in this case.