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
Correct directive snippet was added and keyword support was added as well. There is still C# using snippet available. Directive snippets were renamed to XXX directive ... to disambiguate from keywords and from C# statement snippets. C# using statement in Razor now shows up as using statement in completion list.
We have the snippet
using
, but we're missing the keywordusing
. This can (hack-ily) be solved for both VS and VS Code via #9330.The text was updated successfully, but these errors were encountered: