ly95 / vsc.php-symbols

Support php symbols for VSCode.
http://ly95.github.io/vsc.php-symbols
MIT License
8 stars 0 forks source link

v2.0.3 not working at all #7

Closed bingzheyuan closed 7 years ago

bingzheyuan commented 7 years ago

I tried with a simple file and the plugin is not working anymore. There is no result coming out.

<?php 
use Think\Model;
class CacheModel extends Model {

    public function cache($key,$value = '',$life = 3600){
        // logic code
    }

}
?>
bingzheyuan commented 7 years ago

I guess something wrong with my vscode, should not be the problem of this extension.

ly95 commented 7 years ago

😊 please let me know if the issue is solved.

bingzheyuan commented 7 years ago

I am afraid it's not. I test it today and the extension still gives no result. Moreover, when I use the extension, it disables all IntelliSense in vscode.

ly95 commented 7 years ago

Notes:

  1. check the version
  2. select language mode "php" & save file.

pic

bingzheyuan commented 7 years ago

well, today everything seems to be fine again, I have done no modification, odd. Please close the issue since I can't really describe the problem.

ly95 commented 7 years ago

thanks for reply.