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 --------
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 --------