jsdt Questions

2

I downloaded the 'Java EE' and 'web developer' editions of Eclipse Neon to try out the new ES6 support that allegedly exists in this new version of the software. However both editions appear to co...
Vikkivikky asked 23/7, 2016 at 13:31

1

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...
Songsongbird asked 18/9, 2017 at 14:20

3

In Eclipse (I am running 3.8.0 @ Linux (Mint 14 (Ubuntu (Debian))) at the moment), renaming variables using Refactor is an option that seems randomly available. For some code it's there, and for ot...
Ladino asked 20/6, 2013 at 11:37

3

I have followed the steps described here for adding the autocomplete functionality to the eclipse. In this after installing JSDT plugin, I have to create a project, then add the plugin as a JS res...
Serology asked 13/8, 2013 at 8:50

1

Solved

The question of the Outline view showing the contents of a JavaScript source file is not new and it had even found an answer. However, that answer no longer works in Neon (4.6.0): I have opened th...
Jone asked 15/8, 2016 at 13:25

2

Solved

On http://www.eclipse.org/webtools/jsdt/ it says that the most recent version is 3.4. My Eclipse version is 4.2 Juno. In Help → Install new software... when I search for it I only get the 1.4 JSDT...
Tsaritsyn asked 12/9, 2012 at 11:51

3

Solved

I downloaded the eclipse Javascript IDE from the official download page however, when i start the application it says "A Java Runtime Environment or Java development Kit must be available in order ...
Umber asked 12/7, 2011 at 8:58

3

I've been running Eclipse Helios 3.6 using the Java/CFEclipse IDEs, and finding some very strange and aggravating errors when trying to edit Javascript files. After the .js file reaches a certain s...
Shipe asked 18/8, 2010 at 18:33

1

Solved

I have such code but can not turn on outline of function if it defined in anonymous function - there is not problem with class. How can I outline something2 - please share some hints? I can mark ...
Jetblack asked 8/5, 2014 at 14:13

2

I am using Eclipse JSDT and the default formatting settings change something like var a = 1, b = 2; to be on one ugly line. The style before formatting is recommended by JSLint, so I am wonder...
Elver asked 5/4, 2012 at 14:44

2

Solved

I am writing some node command line utilities. They all start with the line: #!/usr/bin/env node With Eclipse Juno and the Nodeclipse Node.js plugin, this line of code produces an error as shown...
Microspore asked 23/9, 2013 at 13:14

3

As many of us know, IE7 is not quite friendly with JavaScript code containing trailing commas, which can be a large problem for projects using modern JS framerworks and containing a lot of JS code....
Tetrastich asked 11/9, 2011 at 22:32

1

Solved

I'm trying to use Eclipse for some server-side Javascript development. The API I use has a function doStuff(string, object) (names changed to protect the guilty) that returns a value of differing ...
Nightspot asked 3/7, 2011 at 17:51

1

Solved

JSDT (Javascript Development Tools) is an Eclipse project aimed at implementing the JDT APIs for Javascript. Its early demos were really impressive, but it seems to not have had any releases since ...
Unglue asked 4/3, 2009 at 6:25
1

© 2022 - 2024 — McMap. All rights reserved.