Skip to content

Code completion not working #18

@LukaHorvat

Description

@LukaHorvat

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

var a: String = "hello";

and when I type

a.

No auto-complete menu jumps out.
Is there something else I need to enable or have installed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions