In build 1735 my VA Snippets that have shortcuts do not show up in the suggestion list box in many cases. If I unchecked the "Show suggestions in listbox" option it works fine.
It seems that the snippets are given a lower priority than class member variables so they don't show in the list. If I uncheck the option mentioned above then it works great. I like the changed behavior of the "Show suggestions in listbox" and I suppose a solution to my problem could be to just change all my snippet shortcuts to start with something like "ZZZ" or whatnot so it will never conflict with other local identifiers... Or if there could be an option to always include snippets in the list box that would work too. Or perhaps include snippets but segment the list box into two parts, snippets and actual code elements.
readonly Dictionary<string, string> descript_ = new
Normally, the popup listbox would have a suggestion that was "Dictionary<string, string>" but it is popping up this text as the suggestion: "readonly Dictionary<string, string>"