Author |
Topic |
|
clawton
New Member
USA
8 Posts |
Posted - Jun 20 2019 : 1:05:12 PM
|
Recently installed VS2019. All my snippets are in VA snippet editor and can be inserted via VAssistX->Insert VA Snippet... menu choice.
However, when typing the shortcut keys for my snippet, it does not show up in the VS2019 IntelliSense suggestion.
This is for C#. Text Editor for C# IntelliSense has Snippet behavior of "Always Include Snippets" selected.
How can I get my snippets to work via shortcuts again? Thanks. |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Jun 20 2019 : 2:40:56 PM
|
Listboxes aren't yet supported in C# in VS2019:
case=137431 |
|
|
clawton
New Member
USA
8 Posts |
Posted - Jun 20 2019 : 2:44:49 PM
|
quote: Originally posted by accord
Listboxes aren't yet supported in C# in VS2019:
case=137431
I'm sorry, but not sure what VA Snippets have to do with listboxes? Please clarify. Thanks! |
|
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Jun 20 2019 : 2:49:01 PM
|
Visual Assist snippets appear inside the listbox that appears while you are typing inside the editor.
That listbox is now async and we're working on to support that new type of behaviour.
Hope this makes sense. |
|
|
clawton
New Member
USA
8 Posts |
Posted - Jun 20 2019 : 2:50:56 PM
|
quote: Originally posted by accord
Visual Assist snippets appear inside the listbox that appears while you are typing inside the editor.
That listbox is now async and we're working on to support that new type of behaviour.
Hope this makes sense.
Yes, makes sense. Thanks! |
|
|
Pertubator
New Member
USA
3 Posts |
Posted - Nov 01 2019 : 08:44:34 AM
|
Are there any news on this? I'm still experiencing this in VS2019 16.2.5 with VA 10.9.2341.2 |
Chance favors the prepared mind. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Nov 01 2019 : 09:49:38 AM
|
Fixed in next release which should be available next week. |
|
|
Pertubator
New Member
USA
3 Posts |
Posted - Nov 01 2019 : 10:29:37 AM
|
quote: Originally posted by sean
Fixed in next release which should be available next week.
That's some really good news! :-) thanks a bunch |
Chance favors the prepared mind. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
|
Pertubator
New Member
USA
3 Posts |
|
CanopenR
Junior Member
USA
19 Posts |
Posted - Jan 07 2020 : 4:28:38 PM
|
So i'm running 10.9.2358 and it still not working for me. I'm doing VB programming. Works in my VS2017. |
________ ___/___/ __/___ _/___/anopenR |
|
|
CanopenR
Junior Member
USA
19 Posts |
Posted - Jan 07 2020 : 4:30:28 PM
|
quote: Originally posted by CanopenR
So i'm running 10.9.2358 and it still not working for me in VS2019 I'm doing VB programming. Works in my VS2017.
|
________ ___/___/ __/___ _/___/anopenR |
|
|
feline
Whole Tomato Software
United Kingdom
19009 Posts |
Posted - Jan 08 2020 : 04:16:36 AM
|
Is VA active in your VB files in VS2019? By default VA won't be active, since VB is not an officially supported language. We do have some support for VB, which you can enable by setting this registry key:
https://support.wholetomato.com/default.asp?W326
obviously if VA is not active in VB files then VA Snippets won't be working in VB files either. |
zen is the art of being at one with the two'ness |
|
|
CanopenR
Junior Member
USA
19 Posts |
Posted - Jan 08 2020 : 11:39:18 AM
|
So your were half right, because i use the it for vs 2017 i already know to change that setting for VS2019, to get it working in VB.
Now the thing I didn't do which, I did in 2017 is ALSO change the "RestrictVaListboxesToC/C++" to 00. Once I did that is, it started showing up as I typed the custom key word. Like i want.
Thank you |
________ ___/___/ __/___ _/___/anopenR |
|
|
CanopenR
Junior Member
USA
19 Posts |
Posted - Jan 08 2020 : 11:40:59 AM
|
You might add that to the link for future users.. |
________ ___/___/ __/___ _/___/anopenR |
|
|
|
Topic |
|