This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Doing this in a clone of brackets-git
Create a .jscodehints file like this:
{
"excluded-files": [
"ExtensionInfo.js"
],
"excluded-directories" : [
"src"
]
}
Now close all Brackets instances, start again, open main.js and start typing:

I'd expect to see no hints from the file itself...