AutoFileName
AutoFileName copied to clipboard
Default folder (or filetype)
When I start to type a path, it suggests every file on the project, which is not very useful to me, since I'd like only a fast way to create image links. Can I set up a starting file path, so it would link automatically to for example /assets/img?
thanks
yes. "afn_proj_root": "assets/img",
Hi, I am using Pug, and my result files located in release folder. Tried to set this, but no work:
"afn_valid_scopes":["string","css","sass","less","scss","pug"],
"afn_use_project_root": true,
"afn_proj_root": "release/"
Maybe somebody know how to fix it?