IDEA 11 PHP Command Line Tools

In IDEA 10.5 I used the Command Line Tool Support to run the Zend Framework Tool.

In IDEA 11 with PHP plugin v111.19 I can't find the Command Line Tools settings.

Is this functionality still available?

0

There is now a Command Line Tool Support plugin for IDEA 11.

0

I'm using idea64.exe and command line tools doesnt work as in idea.exe ... any suggestions ?

0

What's the difference? I've noticed none. Check Command Line Tool plugin in Settings | Plugins.

0

It is checked ... seems idea64 does not recognize cmd on windows ...

0

What exactly are you doing?

0

Trying to run npm ... maybe the error message could help:
> C:\Program Files\nodejs\npm.cmd install grunt-cli --save-dev
Cannot run program "C:\Program" (in directory "C:\wamp\www\test"): CreateProcess error=2, The system cannot find the file specified

0

Please try quoting:
"C:\Program Files\nodejs\npm.cmd" install grunt-cli --save-dev

If it's a part of some configured tool, qoute its Tool Path in Settings | Command Line Tool

0

Thanks! That solution worked for both 32 and 64 bit versions of idea.exe, but its not intuitive ... maybe a minor bug to correct :)

0

请先登录再写评论。