Not sure if it is a feature or bug. When I write property I get suggestions on "Get" and "Set". So, if I write "get" and then ";" it always takes first suggestion from the suggested list. If I want to avoid that I always have to type "get" and then "escape" and then ";". Is thera a way I can control code completion behavior in property definitions so that I don't get recommendations on get/set?
Thanks