Skip to content

eclipse/wildwebdeveloper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.55.0 to 5.56.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.56.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
0cd4b77

Git stats

Files

Permalink
Failed to load latest commit information.

Eclipse Wild Web Developer : ๐ŸŒ Web dev in Eclipse IDE ๐ŸŒ˜

๐Ÿ–Š๏ธ Edit of HTML, CSS, JavaScript, TypeScript, JSON+schema, XML+schema, YAML+schema+Kubernetes and ๐ŸฆŸ๐Ÿ”ซ debug Node.js and HTML+JS web-apps simply and efficiently in the ๐ŸŒ˜ Eclipse IDE.

To see it in action, open the desired file with the Generic Editor that's included by default in the Eclipse IDE.

Rich ๐Ÿ–Š๏ธedition for:

  • HTML
  • CSS, SCSS, SASS, LESS
  • JavaScript / ECMAScript
  • TypeScript
  • JSON (including schema support)
  • YAML (including schema support, Kubernetes schema built-in)
  • XML (including schema support), XSL, XSD, DTD, RelaxNG

and

  • Kubernetes
  • Angular (Components & Templates, in TypeScript and HTML files)
  • React (JSX, TSX, embedded HTML)
  • ESLint (for JavaScript and TypeScript)

Supported features for edition are

  • Validation (diagnostics, markers)
  • Code Completion
  • Hover
  • Outline
  • Rename refactoring
  • Jump to declaration
  • Find references
  • Color preview
  • ... and other features part of the Language Server Protocol

Supported ๐ŸฆŸ๐Ÿ”ซ debugging targets

  • Node.js
  • ๐Ÿ”ฅ๐ŸฆŠ Firefox
  • Chromium / Chrome

screenshot

๐Ÿ“ฅ Get it Now!

As full IDE package

Get an Eclipse IDE for JavaScript and Web developers: download from https://download.eclipse.org/wildwebdeveloper/releases/latest/IDEs , unpack and run.

As extension into an existing Eclipse IDE installation

or

๐ŸŽฌ Media Library

โ™จ๏ธ See Release Notes for details about recent major improvement in the project.

โ–ถ๏ธ [January 2020] Quick and complete demo of Wild Web Developer and related strategy about Language Server and Debug Adapters at FOSDEM https://fosdem.org/2020/schedule/event/lspdebug/

โ–ถ๏ธ [January 2020] Demo of ESLint in Wild Web Developer https://youtu.be/o-wI_niEz3E

โ–ถ๏ธ [October 2019] Demo debugging JavaScript in HTML with Chrome https://youtu.be/6L071ZtnUOk

โ–ถ๏ธ [October 2019] Demo Angular template edition assistance https://www.screencast.com/t/6GTi4jf6svR

โ–ถ๏ธ [September 2019] Demo debugging JavaScript in HTML with Firefox https://www.youtube.com/watch?v=4Q_-CtvsEjY

๐Ÿ“ฐ [June 2019] The Eclipse IDE for Web and JavaScript developers strikes back on Eclipse Foundation newsletter.

โ–ถ๏ธ [Jun 2019] Demo of Terminal and Build integration for NPM: https://www.screencast.com/t/BbWiKutjYI95

๐Ÿ“ฐ [Apr 2019] Eclipse Wild Web Developer adds a powerful YAML editor with built-in Kubernetes support on Red Hat Developers blog

โ–ถ๏ธ [Mar 2019] Demo of YAML editor support: https://youtu.be/P9ETtuHiUco

โ–ถ๏ธ [Feb 2019] Demo of XML editor support: https://youtu.be/fikUdUZFdzg

โ–ถ๏ธ [Jan 2019] Demo of Node.js launch and debug: https://www.screencast.com/t/0QRpxSA3M7Qy

โ–ถ๏ธ [Apr 2017] XML, JSON, CSS, JavaScript, TypeScript demo http://www.screencast.com/t/BaC9DxHIqD

๐Ÿ’ก Design and Architecture

Wild Web Developer is based on the Eclipse Generic Editor framework from Eclipse Platform, Eclipse LSP4E and Eclipse TM4E in order to provide editors based on TextMate grammars, Visual Studio Code HTML CSS & JSON Language Servers, Theia's TypeScript and JavaScript language servers, Red Hat's xml-languageserver and yaml-language-server...; and on Eclipse Debug stack, LSP4E Debug Adapter Protocol support and Visual Studio Code Node Debug Adapter... to provide debugging.

โŒจ๏ธ Get involved

See contribution guide.