osx - Path autocomplete does not work in PhpStorm -


i have clean install of latest phpstorm 2016.1.2 version running on os x el capitan. while code completion works perfectly, can not use path completion @ all. if type ../ expect files/folders suggestion parent folder, message "no suggestion". same thing happens if try relative or absolute paths or file names without path.

also if type path hand, can not click on cmd , mouse. path not resolved.

the same code works webstorm on same computer. works on other identical computers same os x , phpstorm versions.

i tried clearing cache, creating new project, reinstalling phpstorm, flushing phpstorm preferences (deleting files) nothing helped.

i found path autocomplete not work when use common.js require syntax. installing node.js plugin phpstorm solved problem.


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -