Is there an eclipse WTP plugin for jQuery development? - ide

I'm just starting out working with jQuery, so I'm using eclipse because it's what I have installed (I use it for the pydev plugin currently). I added the WTP plugin which seems cool, but the jQuery support is noticeably lacking.
What plugins does the community recommend, or if none, what editors are you using for jQuery?

A plugin for JDST (Eclipse JavaScript Development Tools) that adds jQuery autocompletion support.
JSDT jQuery 1.0.2

Related

How to use my own plugin into an existing eclipse tool

I used to develope my own plugins to add some funcionalities to an existing eclipse tool. I just used to add my plugin (jar file) into the plugin folder's tool and it contributed fine adding my own menus into the tool but it's not working anymore since they migrated.
The eclipse tool migrated from 3.x version to some hibrid between 3.x and 4.x. My old plugin used extentions to contribute menus. I tried a test plugin with e4 but it seems like if the eclipse tool is not reading anymore the plugin folder when I drop my plugin there... I cannot modify the eclipse tool, just try to add my own plugins to contribute with the application. Could somebody give a hand with it?

PhpStorm .vue pug styling

Is anyone getting issues with syntax highlighting for .vue files within PhpStorm when using pug?
Is this something that it only available in WebStorm and not planning on coming to PhpStorm?
Within PhpStorm my view file looks like the following:
I have the following plugins installed:
.ignore, AngularJS, Apache config (.htaccess) support, ASP, BashSupport, Behat Support, Blade Support, Bootstrap 3, Codeception Framework, CoffeeScript, Color Ide, Command Line Tool Support, Copyright, CSS Support, CSSReorder (beta), CVS Integration, Database Tools and SQL, Docker integration, Drupal Support, EditorConfig, EJS, File Watchers, Gherkin, Git Integration, GitHub, GNU GetText files support (*.po), Go Lang Plugin, Google App Engine Support for PHP, Haml, hg4idea, HTML Tools, Ini4Idea, IntelliLang, JavaScript Debugger, JavaScript Intention Power Pack, JavaScript Support, Joomla! Support, Karma, Less support, Markdown Navigator, Markdown support, Material Theme UI, NodeJS, Perforce Integration, Performance Testing, Phing Support, PHP Docker, PHP Remote Interpreter, PHPSpec BDD Framework, PhpStorm Workshop, Pug (ex-Jade), QuirksMode, Refactor-X, Remote Hosts Access, REST Client, ReStructuredText Support, Sass support, Settings Repository, SSH Remote Run, Stylus support, Subversion Integration, Task Management, Terminal, TextMate bundles support, Time Tracking, tslint, Twig Support, UML Support, Vagrant, Vue.js, W3C Validators, WordPress Support, XPathView + XSLT Support, XSLT-Debugger, YAML
If I open the same file within WebStorm it highlights as expected.
Im running Phpstorm 2017.1.4 & Vue.js plugin is version 171.4424.63. I have removed the Vue.js plugin and re-installed it a number of times with no luck.
it works in PHPStorm just in the same way as in Webstorm:
from your screenshot it seems that you have the wrong (old) Vue.js plugin installed. what PhpStorm version do you work with?
Thanks #lena
Within (Settings | Editor | File Types) *.vue was not listed.
I had a section called Vue.js Templates but it empty with no Registered Patterns. Adding *.vue in there fixed my issue.
Thanks.

Creating new dart project in Intellij IDEA 13.1.5 community edition

I wanted to play a little bit with the dart language and since recently I'm trying to switch from eclipse to IntelliJ IDEA I wanted to use that IDE. Unfortunately I can't figure out how I can create new dart project.
I've installed the dart plugin and installation looks fine - I have the plugin directory on my hard drive, dart's formatting options in settings etc. But I don't have any dart related option in the new project dialog (only java, maven, gradle, empty project etc.).
All resources I found told about using the new project dialog, or using WebStorm (like https://confluence.jetbrains.com/display/WI/Getting+started+with+Dart ).
Is it possible at all? Am I missing something?
I'm using IntelliJ IDEA 13.1.5 community edition.
EDIT:
Ticket created: https://youtrack.jetbrains.com/issue/WEB-14060
I recommend using Stagehand (http://stagehand.pub/). It's a great new command-line tool that creates well-formed Dart project folders, complete with pubspec.yaml and even build.dart for Polymer projects. The tool can create console apps, web apps, Polymer apps, and AngularDart apps.
It looks that there is a bug in community edition of 13.1.x and it won't be fixed (but it's already fixed in community edition version 14 and it works in any version of ultimate edition) - https://youtrack.jetbrains.com/issue/WEB-14060

Vaadin Plugin in IntelliJ Idea

In Vaadin's website it says that only Eclipse and NetBeans have fully functional (which sets up project, compiles your widgets, provides a visual editor for drag&drop) Vaadin plugin.
I wonder whether IntelliJ has any plugin or support for Vaadin, if not why?
Nowadays there is a Vaadin plugin for IntelliJ: Vaadin support. However, haven't tried it myself because I use Eclipse.

IDE support for extjs apps

Any IDE for development or plugins available for development. Actually I'm using eclipse in java. Thanks if have plug-in for that.
you can use your own development environment. Since It is providing plug-in see here . And detailed process here