I read the documentation on <Literal> and <Object> , and I understand that Literal is for values ββdefined by a fragment, and Object is for values ββdefined outside of a fragment.
I also see that Object has an additional Type element that contains the type of variable that the declaration expects. I do not know how this element affects the resulting code.
What is the functional difference between Literal and Object declarations from the perspective of the person using the fragment?
visual-studio code-snippets
Kendall frey
source share