-
Notifications
You must be signed in to change notification settings - Fork 14
code completion for js? #228
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
no need for this. I can use Tern.java. |
Yes it should work. If it doesn't work, it's perhaps your project has JSDT nature. If I rememeber you must activate that with TypeScript preferences (from global / window preferences) |
code completion only works if I rename my js-file to a ts-file. For js-files, I have no code completion. I have this settings:
My .tern-config:
My "ts.eclipse.ide.core.prefs" from within .settings-directory:
When editing a js-file, I have no code completion for any kind:
How can I force to have code completion with js-files the same as I have with ts-files? |
Could typescript.java provide also code completion for js-files (if /typings is installed for that module). Actually it only works if js file is renamed to jsx or ts. So code completion also works for jsx (without renaming to tsx), but it does not work for js-files. I cannot rename all other js files but want to have code completion when using es6-module.
The text was updated successfully, but these errors were encountered: