Open hackhowtofaq opened 6 years ago
Thanks this help a lot, I was getting frusted for not can configure atom to work like brackets that have autocomplete by default and for some reason I'm not fan to see the signal of "./" in my files, I just prefer only the name of file, and with your help I can replace the default comportament, just to clarify:
before: <img src="./foo.ext" />
after: <img src="foo.ext"/>
# looks better at least for me.
Since I lost a couple of hours trying to short this out, I'm pasting my config.cson for future use by someone with the same needs...
PS
To get a list of all scope names registered in your Atom instance, open the Developer Tools Console and execute the following:
Ref: file-types