I am currently trying to add new Snippets and can't get the Input Placeholders working. I am using Visual Studio 2019 and am using the Visual Assist version: 10.9.2443.0 built 2022.01.21.
Any snippet with defined input placeholders, e.g. $varname$, does not open a popup for me to enter a text. This happens with newly created and already existing snippets.
But I think this is the correct syntax when reading the documentation. Could this be a bug, or am I using the snippet tool wrong?
Do you get something like this? When in-line prompt is used, you get to the editor immediately and the text is selected for you to overwrite. When multiple placeholders are used, you can navigate through them via tab. Enter exits this mode.
If you don't get the inline snippet either, can you please paste the exact snippet you are trying to use to your reply so I can test it on my side? Thanks.
Then it was indeed a misunderstanding on my side. The In-line Prompt was working as intended, but I wasn't aware of it. Also the registry entry to enable prompt dialogs works well.
Sorry for the inconvenience and thanks for clarification! I am looking forward to now being able to use the snippet tool and save a lot of time.