/vscode-autofilename

autocompletes filenames plugin for vscode

Primary LanguageTypeScript

README

How to install

see here

ext install AutoFileName

How to use

demo

How to configure

"autofilename.extensions.trim": [] - trim the specified file extensions. For example, ["js"] will suggest index.js but it will be shown as index without js extension.

If there is any bug, give me an issue on github please.

Version history

0.1.3

Fix for Windows

Enjoy!