Sencha plugin problems with IntelliJ - extjs

I am new to Sencha and Intellij. I downloaded the sencha plugin, but it tells me it won't run because of dependencies on JavaScript and com.intellij.css. Where/how to I get those into the IDE ?

The plugin will only work in IDEA Ultimate, because the Javascript and CSS plugins are not included in the Community edition.
Alternatively, it should work with other IDEs that contain these plugins (RubyMine, WebStorm etc).

Related

How do I get smart suggestions for React in VS Code?

It worked well a few days ago and suddenly stopped showing suggestions. Do I have to install any plugins?
Maybe you can install this extensions for your vscode just copy this code with press ctrl+p react native tools
ext install vscode-react-native
or you can try to search from extension page on vscode with React Native Tools as a keyword
I disabled Sublime Babel plugin (ext install sublime-babel-vscode) and VS Code started to show me suggestions again... I think there seems to be a conflict between the editor and the plugin.

AngularJS plugin for intellij 15.0.1 not found

I am trying to install the AngularJS plugin for Intellij IDEA (https://plugins.jetbrains.com/plugin/6971?pr=idea), but am facing the following issues:
when using the plugin browser, IDEA does not find it (only result is Ionic Framework when searching AngularJS)
when downloading and installing manually, I get the following message: "Plugin AngularJS depends on unknown plugin JavaScript". A plugin I cannot, obviously, find.
Is this plugin no longer available for Intellij IDEA?
As mentionned by Lawrence, this is not available for Community edition.

What plugins do I need to install to get WebStorm functionality in IDEA?

My company (Java + AngularJS shop) is evaluating both IDEA and WebStorm. Based on some Googling, it looks like IntelliJ IDEA is a superset of the *Storm editors, assuming you install the proper plugins (source1, source2):
Practically, if we purchased IntelliJ IDEA 13.1 Ultimate, what plugins would we need to get these WebStorm features?
Grunt integration
AngularJS integration
Bower integration
Karma integration
JavaScript auto-complete/navigation
Grunt and Bower support, as well as javaScript completion, etc. are available out of the box. AngularJS, Node.js and Karma plugins have to be installed from the repository (Settings/Plugins, Browse Repositories..., type plugin name in the search box to quickly locate it).
Just search the repo, you can do this from within intellij with a nice gui aswell.
javascript code complete is in vanilla (not an external plugin) version btw, as I would imagine most of the others are. Just try the trial version.

AngularJS plugin for Webstorm not sticking

I have installed WebStorm 7 for Windows successfully, and have been playing with Angularjs projects. I wanted to install the AngularJS plugin. I opened File/Settings/Plugins, and the AngularJS plugin was not listed, so I pressed Browse Repositories, found it, and installed it. It then showed up in my list, highlighted in green. When I hit OK WebStorm asks if I want to restart to integrate the plugin, and I do. But when I open WebStorm again, the plugin is no longer listed. I tried once more, same result. Any idea what incantation I need to do? ;)
Thanks
Please refer to the installing plugins document.
There could be some issue with installing the plugin, check idea.log for possible errors.
As a workaround you can download plugin zip manually and unpack it into the plugins directory.
I've verified that on my system this plugin appears in the list of installed plugins after IDE restart.

Plugin AngularJS depends on unknown plugin JavaScript

I'm trying to install the AngularJS plugin, I go to the plugins page in the Settings and click install from disk, I choose angular-js-plugin.jar from my filesystem and get this error:
Plugin AngularJS depends on unknown plugin JavaScript
The JetBrains repo for JavaScript if here but there is no plugin called 'JavaScript'.
Where do I get the correct pluging from?
The JavaScript plugin is only included in the Ultimate version. If you are using the community edition, it won't work.

Resources