Code Completion does not work properly in Run Code Snippet
Hi guys,
Could anyone confirm the error I'm recently experiencing with code completion in Run Code Snippet? Basically, the code completion only barely works and if it works, it does not display all available methods.
In below screenshot, I'm trying to add Run Code Snippet, which should click on an object returned by FindChild method. It seems the Code Completion does not work as expected. When I enter 'dot' after the object variable name, code completion is not displayed at all. It just blinks. I would expect that the Code Completion is displayed, with the list of all available methods? But nothing happens.
Once 'dot' is deleted, code completion is displayed, but still with only some methods. I can manually enter Click() method, which I know for sure works. But there is no way to select it from the code completion list. Am I using it wrong?