How to use the Intellij Node.js plugin with PyCharm? - node.js

I'm running PyCharm 3.0 commercial and I'm trying to install the Node.js plugin (which is supposed to work with PyCharm). I've followed the several different directions to install the plugin but after I successfully install the plugin and restart PyCharm nothing appears next to the help button (as the install instructions say they should happen) and nothing referencing Node appears in Settings -> Javascript.
I am using the commercial version so that isn't the problem.
I'm using the newest version so that shouldn't be a problem.
I'm on MacOSX 10.8

NodeJS icon was removed from the toolbar in PyCharm 3.0 as NodeJS isn't a primary instrument for Python developers. It only about visual presentation. Node.js settings can be found in Settings | JavaScript | Node.js.

Related

Visual Studio Code: highlighted imports in python

I use Visual Studio Code both on my work Windows laptop, and on my Ubuntu PC at home.
There's a functionality that I can see from my Windows vscode that I'd like to have on my Ubuntu one as well, but can't find whether it's a setting, extension, or something else.
The functionality is this: python imports are highlighted in green, and if they are not used, they are dimmed.
Windows screenshot, how I want it to work:
Ubuntu screenshot, how it currently is:
Does anyone know where I should look? I'm using the same colour theme on both, Monokai.
Thanks!
You will get the linting warnings by pip installing flake8.
You also need to add this setting to your settings.json file:
"python.linting.flake8Enabled": true
I fixed it by installing the extension Settings Sync and syncing settings and extensions of my two installations.
If it was an extension indeed, it probably was fixed by removing the Python Extension Pack and installing Python for VSCode.

Haxe 3.4.0 installer used 'haxelib version' still reflects 3.3.0

I wanted to use Visual Studio Code for HaxeFlixel development and the Haxe extension noted that I needed Haxe 3.4.0. I went ahead and downloaded the new installer from the website and installed it on my laptop running Windows 10. However after installing it turned out that calling 'haxelib version' in the command prompt it still returned 3.3.0.
I tried rebooting. Uninstalling then rebooting and installing again. I could find nothing in the system environmental variables that could cause it. Tried updating the Haxe on my Desktop, and had the same issue. Which is running windows 8.1 on it.
Does someone know what might be the cause? Thank you for your time in advance.
To check the Haxe version, use haxe -version. haxelib is a separate application and can have a version number that's different from the compiler's version.
Haxelib 3.3.0 appears to be the version shipped with Haxe 3.4.0-rc.1.

Netbeans 8 and NodeJS plugin - erroneous partial install?

I install NodeJS plugin for Netbeans 8 (node.js for Windows installed before).
I see only tab "Node.js" in Other options with only 2 parameters: default run command and default kill command. No other parameters. No project type "Node.js". Almost nothing.
nb\var\log\messages doesn't contain error for NodeJS plugin.
What's wrong?
The problem reproduced for NodeJS plugin 2.2 included into Netbeans update center.
But NodeJS plugin 2.28 downloaded from Tim Boudreau's NetBeans Update Center works well.
Please do not use internal Netbeans' list of modules at least for NodeJS

I stopped the installation of package abruptly in sdk manager in Linux. Thereafter the window does not open

I am using Android Studio in Ubuntu 14.4 lts. While installing certain packages through Sdk Manager, i stopped them, as i realized i didn't need them. After which i could not open the sdk manager altogether.
I tried running it from Android-Studio,
I tried running it from the terminal by entering the installed android folder then Sdk/tools and executing ./android as well as ./android sdk
I tried separately downloading stand-alone sdk tools and tried running it , but that didn't help too
I found such problems already dealt but in Windows, there the path is edited or the java_exe is set.
But i dint find any useful suggestion in case of Linux.
I am finding things really helpless by now. Please help!

How to install Cloud9 with Node.js 0.6?

I'm looking for an offline free ide for node.js.
I was going to use cloud9, but it seems that doesn't work..
I followed this guide https://github.com/ajaxorg/cloud9
What could I use? Is there any way to use cloud9 with node.js 0.6?
The error of the last version of cloud9 of github: http://pastebin.com/7QEAygfD
FYI: Looks like Cloud9 will have support for node.js v0.6+ any day now: https://github.com/ajaxorg/cloud9/pull/726
Here's what I did to get Cloud9 running on node.js v0.6.9 on Ubuntu
git clone git://github.com/gero3/cloud9.git
cloud9/bin/cloud9.sh
(cd cloud9; npm install libxml; npm install formidable)
cloud9/bin/cloud9.sh
Looks like there's a couple of missing modules (libxml & formidable) -- it started right up after installing them with npm
Offline/ Open Source VERSION
You can install the open source version of Cloud9 locally using Sourcemint. The new version will require NodeJS >= 0.6.15.
Please have a look on how to do so, here: https://github.com/ajaxorg/cloud9
ONLINE VERSION
Select Node Version (0.6.x)
In Cloud9 IDE you can select a preferred version of node from within the RUN panel on the left of the editor: https://skitch.com/detmarterhuurne/8kykn/select-node-version-cloud9
Or you can select a runtime in the preferences panel also on the left of the editor
cloud9 ide should have 0.6 support
Good alternatives to cloud9 ide include
WebStorm 3.0
unix
UPDATE: if you use bin/cloud9.sh will lead the built-in node which is version 0.4. so if you do that even you install node v.6.x you still using node 0.4

Resources