Modern Web Enhancements – Vue, Angular, React, …
You’ve asked and we’ve delivered – Vue support is here! Also, with updates to all embedded language servers, we now support newer versions of popular modern web frameworks too. MyEclipse supports Angular 13.2+, TypeScript 4.5, and the most recent versions of React as well. Support for more recent versions of Angular means you will no longer see erroneous errors in your Angular projects.
Developing with Vue? MyEclipse provides syntax highlighting, intellisense, validation, quick fixes and navigation. And yes, Vue 3 is also supported!
JavaScript
JavaScript language support can be enhanced by creating a jsconfig.json file in the project to define a project context. The config file specifies files to be included, ECMAScript version targeted, module systems, etc. Follow the prompt in the editor and MyEclipse will create this file for you – you can tweak it further as desired, more details here.
New HTML Snippets
How do you insert a copyright symbol into your markup? Stop googling and use the new HTML section in the Snippets view to drag and drop this character entity into your code.
Servers View
Our Servers view has been enhanced to give you the ability to launch additional modern web applications, right from within the IDE. In addition to Angular, you can now launch Vue, React, Webpack and Next.js applications too.
Note: If you’d like to hide these launch types from the UI, deselect the, “Show NodeJS Launches” item from the view’s menu.