Questions tagged [eclipse-jsdt]

The JavaScript Development Tools (JSDT) provide plug-ins that implement an IDE supporting the development of JavaScript applications and JavaScript within web applications.

It adds a JavaScript project type and perspective to the Eclipse Workbench as well as a number of views, editors, wizards, and builders.

9 questions
9
votes
1 answer

Autocomplete not working with Eclipse Oxygen Javascript project

I'm using Eclipse Oxygen (4.7) with the Eclipse Web Tools Platform installed on Ubuntu 16.04.3. Auto-completion of variables and functions only works provided that the variable or function is local to the file that I'm currently working on.…
RTF
  • 6,214
  • 12
  • 64
  • 132
4
votes
1 answer

Seems impossible to disable JavaScript validation in eclipse

I know that there are many questions on stackoverflow regarding this issue, but none of them solve the issue at all and I need deeper insight into this problem. I have tried everything that everyone suggested and more, to no avail whatsoever. I…
jamesblacklock
  • 849
  • 8
  • 14
2
votes
0 answers

Eclipse JSDT autocomplete not working

I've done research and see this is a recognized issue. I guess my question will be: Is there a solution in Eclipse Mars or in Neon? Another plugin for JavaScript Content Assist? I'm running Eclipse Mars and have a project with Java and JavaScript…
TonyG
  • 1,432
  • 12
  • 31
1
vote
1 answer

Merge different Eclipse packages

The Eclipse project offers several download packages, each focused on some set of languages and/or execution platforms: C/C++, JS web development, Modeling tools etc. Now, Eclipse is basically a single platform with multiple plugins / combinable…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
1
vote
0 answers

JSDoc access annotation ignored in Eclipse outline view for variable properties

I have the following JavaScript code template in Eclipse. I can see all variable and function properties in the Eclipse outline view. But the access annotation @private, @protected and @public is only reflected for teh function properties in the…
BuZZ-dEE
  • 6,075
  • 12
  • 66
  • 96
0
votes
1 answer

IBM MobileFirst- JSDT UI Error in Eclipse

I am trying to install IBM Mobile First foundation plugin in eclipse. But I'm receiving the following error: Cannot complete the install because one or more required items could not be found. Software being installed: IBM MobileFirst Studio…
CK5
  • 1,055
  • 3
  • 16
  • 29
0
votes
0 answers

Usage of JavaScript Development Tools components in RCP applications

I would like to know if it is possible to use components from the JavaScript Development Tools (JSDT) in my own Eclipse RCP application. For instance, my application should be able to show a JS editor view so that the user can edit JS files within…
amp
  • 11,754
  • 18
  • 77
  • 133
0
votes
0 answers

Where is Eclipse Mars JSDT 3.6 download

Is there a downloadable package or how to build from the source code JSDT 3.6 with this bug fix (https://bugs.eclipse.org/bugs/show_bug.cgi?id=425044)? My attempt to build from the package attached to this bug fix failed with…
Shamil
  • 910
  • 4
  • 17
0
votes
1 answer

JSDT - Variable never read - bug or feature?

In eclipse using a JavaScript project i set the never-read-variable-scanner to "error" (Alt+wp, JavaScript->Validator->Errors/Warnings) Now i habe the function "MyFunction" function MyFunction() { var self = this; function getSelf() { …
Grim
  • 1,938
  • 10
  • 56
  • 123