24 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
103
views
Eclipse 2025-09 Javascript editing - how do I turn off deprecated warnings?
I am editing javascript code in Eclipse, and the IDE is showing a deprecated method signature hint/warning when calling
document.execCommand("copy");
The hint is
Description Resource ...
0
votes
0
answers
36
views
How can I disable the CSS color selector dialog in Eclipse?
On Windows, Eclipse brings up the default Windows color selector when the color swatch next to a CSS color property is clicked. This is a modal dialog that needs to be clicked away. For me, this is a ...
1
vote
1
answer
106
views
Displaying weather forecast widget from https://weatherwidget.io into Elementor
I’m trying to embed a 7-day weather forecast widget from https://weatherwidget.io into my Elementor page.
I used the following code provided by WeatherWidget.io:
<a class="weatherwidget-io" href="...
0
votes
0
answers
113
views
Eclipse Generic Text Editor Keeps Updating Outline and Really Slow
I use the generic text editor for javascript editing. I would have hundreds of javascript files and whenever I am editing in those files and only those files, the experience is excruciating. The ...
0
votes
0
answers
370
views
How to configure Javascript/Typescript formatting settings?
I need to format javascript/typescript code in Eclipse.
Accordingly to that comment I found it can be done using "generic editor" of Eclipse Wild Web Developer plugin either JavaScript ...
2
votes
0
answers
93
views
Eclipse/WWD is folding Angular imports while I write them
I'm having an annoying problem with Angular imports on Eclipse/WWD. I'm using the lastest version of both Eclipse and WWD.
While I'm editing a change in a module's imports, the editor folds the ...
0
votes
1
answer
92
views
How to Enable JQuery Code Assistant on Eclipse?
I use a clean installation of Eclipse PDT 2023-09 on Windows 10. The plugin Wild Web Development is installed and enabled. How to add support for JQuery code assistant (autocomplete)? I tried many ...
0
votes
1
answer
1k
views
Where is the Eclipse Wild Web Developer YAML editor?
I had WWD installed from Eclipse Marketplace but when I tried .yml or .yaml → Open With → Other... there was no YAML Editor to choose:
I de- and re-installed WWD. To no avail.
Additional question:
...
2
votes
1
answer
287
views
How do I completely disable "proposals" popups for javascript in Eclipse?
I'm trying to prevent these irritating popups in Eclipse.
The popups show up while I'm trying to type lines of code, "helpfully" making proposals but ultimately just getting in the way and ...
0
votes
1
answer
209
views
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
<?xml version='1.0' encoding='UTF-...
1
vote
0
answers
424
views
Debugging JS and Node.js In Eclipse 2022
Does anyone know of a good guide to debugging a JavaScript file/project using Node.js while using Eclipse 2022? I've seen a few articles but they all relate to previous versions of Eclipse and no ...
user avatar
user900699
1
vote
0
answers
214
views
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 ...
0
votes
1
answer
790
views
Eclipse. Installing STS4 causes Eclipse update error on Wild Web Developer XML Tools
I did a clean install of Eclipse. After installing the Spring Tools Suite 4 I get an error when checking for Eclipse updates. Any suggestions?
Deleted ~/{.eclipse,.p2,.sts4,eclipse,eclipse-workspace}
...
3
votes
0
answers
262
views
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 ...
2
votes
0
answers
697
views
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 ...