You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Hi,
I am a java developer trying to set up an dev environment to do some development using nodeclipse and typescript and angular2.
I installed nodeclipse and then eclipse-typescript.
Created a simple helloworld typescript nodeclipse project.
Then selected the typescript builder.
I create an empty file and then typed.
var http = require("http");
then if I type http. you should expect a menu with list of options available, I don't get any.
But if type
console. then I get a menu with list of options available.
For some reason the code completion for node.js functionality is not working.
I tried including node.d.ts into the projects, but it resulted in error that there is duplicate copy of require.
Not sure how to make the code completion for node.js to work in an nodeclipse project which uses typescript builder.
Please help me to fix this issue.
thanks in advance.
Johnson Abraham
The text was updated successfully, but these errors were encountered:
Hi,
I am a java developer trying to set up an dev environment to do some development using nodeclipse and typescript and angular2.
I installed nodeclipse and then eclipse-typescript.
Created a simple helloworld typescript nodeclipse project.
Then selected the typescript builder.
I create an empty file and then typed.
var http = require("http");
then if I type http. you should expect a menu with list of options available, I don't get any.
But if type
console. then I get a menu with list of options available.
For some reason the code completion for node.js functionality is not working.
I tried including node.d.ts into the projects, but it resulted in error that there is duplicate copy of require.
Not sure how to make the code completion for node.js to work in an nodeclipse project which uses typescript builder.
Please help me to fix this issue.
thanks in advance.
Johnson Abraham
The text was updated successfully, but these errors were encountered: