I have been tried to search for the settings in VS2019 about the HTML code snippets/Auto-Completion in Razor Pages/Views. It was working earlier however it is not working now.
Example:
supposed I type the following line of code in Index.cshtml:-
div.table.table-sm.table-stripped.table-bordered "press tab"
It should display the following structure:-
<div class="table table-sm table-stripped table-border></div>
I have only Resharper Ultimate installed on my machine as an extension. Which settings should I be looking at?