Results 4 comments of Jie Hu

Any update on this feature?

I am also experiencing this issue in VS2022.

Change one line of code fix this, plugin/templates.vim, line 275. From let l:fileparts = add(l:fileparts, expand('%')) " full file name To: let l:fileparts = add(l:fileparts, expand('%:t')) " file tail Don't...