Today I opened up my settings.json again and I noticed that my setting "materialdesigniconsIntellisense.insertPrefix": "mdi ", was disabled (I noticed it months ago but I hoped it would have come back one day).
It was really useful to me, because I used to type "mdi-something" and when I pressed Enter the result was "mdi mdi-something", now I have to type mdi two times (it's not that hard I admit it but it would be cool to have something like a snippet)
If there's a prefix/suffix possibility you could set for example:
Today I opened up my settings.json again and I noticed that my setting "materialdesigniconsIntellisense.insertPrefix": "mdi ", was disabled (I noticed it months ago but I hoped it would have come back one day).
It was really useful to me, because I used to type "mdi-something" and when I pressed Enter the result was "mdi mdi-something", now I have to type mdi two times (it's not that hard I admit it but it would be cool to have something like a snippet)
If there's a prefix/suffix possibility you could set for example:
"materialdesigniconsIntellisense.insertPrefix":"<i class=\"mdi"
,"materialdesigniconsIntellisense.insertSuffix":"\"></i>"
,..to create a working icon pressing just a few keys, in this case:
<i class="mdi mdi-something"></i>
Thanks for you time and your work, have a nice day