riganti / dotvvm

Open source MVVM framework for Web Apps
https://www.dotvvm.com
Apache License 2.0
746 stars 97 forks source link

[Visual Studio extension] Snippet "dotprop" seems to be not working #1418

Open josefpihrt opened 2 years ago

josefpihrt commented 2 years ago

VS extension version: 4.0.543.0

Based on this page: https://www.dotvvm.com/docs/4.0/pages/concepts/control-development/control-properties

I type "dotprop" and then I press TAB but the snippet for control property does not show up.

tomasherceg commented 2 years ago

Are you using Resharper or any other extension that "tampers" with the IntelliSense?

I am asking because my experience with Resharper is that the dotprop option doesn't show up but it works - the only difference is that I have to dismiss the IntelliSense before pressing Tab. So in case of Resharper, the sequence is "type dotprop, press Escape and then Tab".

josefpihrt commented 2 years ago

The snippet does not work even if I follow suggested sequence.

It seems that DotVVM extension correctly configures snippet in the Code Snippets Manager but it still does not work:

image