Resharper's IntelliSense only shows its own Live Templates but not Visual Studio's code snippets.
Is there a way to make Resharper IntelliSense to show all VS code snippets?
In Templates Explorer of Resharper I found that it has many Live Snippets marked as Imported Visual C# Snippets
But it didn't import all of them, only some of them. For example, Resharper didn't import propfull
code snippet from Visual Studio(as you can see on the first screenshot propfull
isn't on the list):
I can't find a feature in Resharper to import VS code snippets manually, one by one, or all of them together. I tried Import...
button in Live Templates Manager in Resharper but apparently it only allows to import Live Templates(.DotSettings and .XML files, not .snippets files), but not Code Snippets files. Is it possible to import VS code snippets somehow?
All I want is to somehow make all VS code snippets work in Resharper IntelliSense. Maybe there's some third party tool that allows to convert snippets into Live Templates or something? Thanks.