Questions tagged [wildwebdeveloper]

Usage and any development questions including bugs involving the Eclipse plugin Wild Web Developer. It could also be accompanied by the Eclipse tag as well since some Eclipse bugs have been exposed by this plugin.

Eclipse plug-in that supports HTML, CSS, JavaScript, TypeScript, JSON+schema, XML+schema, YAML+schema+Kubernetes and allows the debug of Node.js and HTML+JS web-apps. The GitHub repoistory gives a more complete explanation

20 questions
11
votes
2 answers

Why are there multiple Angular language server tabs in my Eclipse console

These days I quite commonly have my PyDev perspective open and do Python programming in Eclipse. When I run a Python program from the IDE and I go to check the Console for output, I see that not only do I have the output from the Python run, but I…
demongolem
  • 9,474
  • 36
  • 90
  • 105
7
votes
0 answers

How to turn off hint in Wild Web Developer

After updating my Eclipse IDE from 2020-03 to 2020-06 I also had to install Wild Web Developer due to the fact that with the 2020-06 release JSDT is no longer supported. Looks good so far in spite of the annoying hint "This constructor function may…
omanthey
  • 321
  • 2
  • 8
4
votes
1 answer

Why Eclipse need node.js?

My Eclipse 2020-06 complained that it need node.js for some editor key features. I installed node.js along with chocolatey and a lot of packages without any idea and I can't find any information about this on the web. Does anyone know something…
Magic
  • 149
  • 1
  • 1
  • 12
2
votes
0 answers

Where can I change the TypeScript formatter in Eclipse 2022-06

Sorry to ask, but I Google-ed it thoroughly, and found nothing at all! I would like to auto-format ts (TypeScript) files. I tried setting the JavaScript formatter, but it has no effect on TypeScript code. So where can I set the formatter for…
Dombi Bence
  • 746
  • 7
  • 23
2
votes
0 answers

Eclipse Wild Web Developer Generic Editor: How to share the language server XML formatting settings within a team?

So far we have used the XML Editor from the Web Tools Platform (WTP). It does not support save-actions for automatic formatting on save. It does not support project-specific formatting settings (only workspace settings) I am now learning that the…
1
vote
1 answer

Eclipse Wild Web Developer won't stop on JavaScript breakpoints with Chrome Remote Debugging

I cannot get Eclipse Wild Web Developer top stop on breakpoints, despite communication with the browser succeeding over port 9292. Take this simple page: test.html
1
vote
0 answers

Wild Web Developer - Angular Language Service is not yet enabled for project .../tsconfig.json

I'm trying to import an Angular project into Eclipse / Wild Web Developer. I just imported the Angular app root folder. In the error log I see the following message: Language Service is not yet enabled for project /PATH/TO/tsconfig.json If I trust…
BuZZ-dEE
  • 6,075
  • 12
  • 66
  • 96
1
vote
0 answers

Auto-formatting embed JavaScript in php files in Eclipse

Why auto-formatting (by Ctrl-Shift-F) of embed JavaScript inside php file is not working in my Eclipse? I mean formatting of the block like this: //php code here ?>