T O P I C R E V I E W |
jharder |
Posted - Apr 28 2022 : 11:51:09 AM Hey everyone,
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?
Any help would be appreciated. |
2 L A T E S T R E P L I E S (Newest First) |
jharder |
Posted - Apr 29 2022 : 04:34:04 AM Hey accord and thanks for the quick response.
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. |
accord |
Posted - Apr 28 2022 : 12:10:18 PM In-line Prompt may be used while using input placeholders, see the In-line Prompt section of this document:
https://docs.wholetomato.com/default.asp?W264
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.
You can force VA to always use dialogs: https://docs.wholetomato.com/default.asp?W672
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. |
|
|