-
Notifications
You must be signed in to change notification settings - Fork 8
Failed on Windows 8.1 #3
Comments
I tried to download the zip and drag & drop it manually but:
At Cannot find module 'underscore-plus' Error: Cannot find module 'underscore-plus'
Installed Packages# User
atom-ctags, v4.1.4
autocomplete-php, v0.3.6
ctags-status, v1.3.3
emmet, v2.3.12
jonikorpi-atom-theme-ui, v4.4.1
language-d, v3.2.1
linter, v1.2.4
linter-dscanner, v0.1.0
linter-php, v1.0.2
linter-phpmd, v1.0.0
minimap, v4.12.1
minimap-bookmarks, v0.1.0
minimap-find-and-replace, v4.2.0
minimap-git-diff, v4.1.7
minimap-highlight-selected, v4.3.0
minimap-linter, v1.0.0
minimap-selection, v4.3.0
symbols-tree-view, v0.9.3
timecop, v0.31.0
zentabs, v0.8.6
# Dev
No dev packages |
It worked on my Laptop which uses also Win 8.1. Strange, I will investigate that. Have you any hints why this could happen or what exactly happens? BTW: <?php
class Foo {
/**
* @var string
*/
public $a_simple_var = '';
}
$f = new Foo();
$f-> I would expect |
I tried it with a fresh installation on my PC. Still the same error as in the first post. |
problem of node-ctags. |
Would your plugin smart enough to differ between types? Example: <?php
class Bar {
/**
*/
public $var_abc = null;
public $var_xyz = null;
public $var_foo = null;
public function foourz() { }
}
class Foo {
public function foobar($a) {
return new Bar();
}
public function test() {
}
}
$f = new Foo();
$f->foo Would your plugin suggest only |
I had the same issue (Win10 x64).
You have to check the python version being used(eg "python --version" and "where python"). I had multiple versions in my path.
|
I got this output:
The text was updated successfully, but these errors were encountered: