-
Notifications
You must be signed in to change notification settings - Fork 14
code completion also for user generated ts-files #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same issue than #31. It's an issue for TypeScript tsserver.
Really, this case works? Cool! Which version of TypeScritpt are you using?
To support that, we need to wait 2.1.0 which provides TypeScript extension model. See angular/angular#7482 |
Yes, this case works in TS IDE with Eclipse.
Okay, I am glad that this is coming. By the way, will this also support content assist for angular directives within html-files? Actually, in Visual Studio Code I have angular2-code completion within html files: When I type 'ng-', VS Code supports me with code completion. Eclipse TS IDE (with installed Angular2-Plugin) does not provide this code completion:
|
I suppose that you have installed https://github.com/chuckjaz/vscode-ng-template-service |
Yes.
Cool. I am waiting, too:) So I guess, we can close this issue, as I found that is related to |
Just one question: why do you wish to use typescript.java although VSCode is more advanced? |
In my opinion, Eclipse IDE is great for development (large projects/workspaces/etc) and your "typescript.java" is actually (and I hope, will be further) by far better than the others in the Eclipse World. I think to go with typescript/node (Javascript) has a great future, I have developed a lot of things in Java before (JEE, JSF, etc). You know:
Your "typescript.java" is actually the only "Typescript IDE" in the Eclipse World with a broad future. So I want to support you by finding issues to make it even better :) I guess, it is only a matter of time when "typescript.java" is integrated in "Eclipse IDE" by default. |
Actually, TS IDE provides code completion when importing for example this:
Imagine, I create a file "user.service.ts" within the project folder (which can be within a subdirectory of any level). Now, I want to import my "user.service.ts" within another class:
Actually, TS IDE does not help me with code completion of my class "user.service.ts", so I have to look up where it is located and write all the path by myself.
I guess, the same goes for html-files and css-files, which can also be referenced within a ts-file:
Would be nice to integrate code completion when importing user generated files (ts/css/html-files) within ts-files.
Thanks!
The text was updated successfully, but these errors were encountered: