Skip to content

ac-typescript not fully working on windows 7 #1

@user1911431

Description

@user1911431

I'm using Emacs 24.3 and ac-typescript is only partially working.

What works:

ac-typescript is able to figure out the type signatures of variables and functions (for example if you press "." after a name it will show all function names with their type-signatures and variable names along with the variable's type.

What does not work:

ac-typescript is not able to detect errors in usage of functions or any errors in source files whatsoever.

I am getting the following messages in the typescript-isense buffer:

--------start of buffer-----------
SockJS v0.3.5 bound to ""
GET /websocket 3ms (unfinished)
[Error: No script with name 'c:/test.ts']
[Error: No script with name 'c:/test.ts']
[Error: Interal error: No AST found for file "c:/test.ts".]
[Error: No script with name 'c:/test.ts']
[Error: No script with name 'c:/test.ts']
[Error: Interal error: No AST found for file "c:/test.ts".]
[Error: No script with name 'c:/test.ts']
[Error: No script with name 'c:/test.ts']
[Error: No script with name 'c:/test.ts']
-------- last line repeats for another 100 lines --------

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