You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing a directive you are placed at the end of the directive name. We should extract token information and translate that into a snippet-based completion. For example, if you were to auto-complete @model it'd write out @model <type> and then have <type> highlighted to be replaced.
The text was updated successfully, but these errors were encountered:
After completing a directive you are placed at the end of the directive name. We should extract token information and translate that into a snippet-based completion. For example, if you were to auto-complete
@model
it'd write out@model <type>
and then have<type>
highlighted to be replaced.The text was updated successfully, but these errors were encountered: