liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
515 stars 78 forks source link

dissable completion in class, ids. etc. #120

Open jvtecheto opened 3 years ago

jvtecheto commented 3 years ago

How to disable completion in classes, ids. etc., the plugin suggests files and directories when not needed.

It could be here. ?

// Specific scopes of BlackList "afn_blacklist_scopes": ["string.regexp.js"]

Thanks in advance.

Jose.