This might be just me not knowing how to operate this thing but I can't seem to get code completion working.
I've added a .brackets-typescript file to my project and it contains this
{
"sources" : [
"index.ts"
],
"compileOnSave": false,
"target": "ES5",
"module": "commonjs",
"outDir": "./bin/",
"noImplicitAny": true
}
I opened the folder of my project in Brackets and I started typing but nothing is happening. For example, I tried
and when I type
No auto-complete menu jumps out.
Is there something else I need to enable or have installed?
This might be just me not knowing how to operate this thing but I can't seem to get code completion working.
I've added a .brackets-typescript file to my project and it contains this
I opened the folder of my project in Brackets and I started typing but nothing is happening. For example, I tried
and when I type
No auto-complete menu jumps out.
Is there something else I need to enable or have installed?