Ryan Naddy

Results 58 comments of Ryan Naddy

Classes, properties, functions/methods and their arguments, phpDoc, etc. Until variable autocomplete works methods won't be suggested (#1). ``` php $myvar = new PDO; $myvar->b... ```

The Server Side: https://github.com/TheColorRed/crane/blob/3rd-party-libraries/server/src/server.ts#L427 The PHP Files: https://github.com/TheColorRed/crane/tree/3rd-party-libraries/client/phpstubs

If you want to make another project **HvyIndustries/PHPStubs** or something like that, we can then place the files there and download the zip and unzip it from Github when a...

Okay I have added the libraries and submitted the pull request: https://github.com/HvyIndustries/crane-php-stubs/pull/1

What do you think is a better idea: 1. Download and unzip the github zip file and save to a folder and read it in 2. Get the contents for...

I have created a new branch (off of optimization-2), stubs can now be downloaded from the repo (crane-php-stubs) and extracted to `$APP_PATH/Crane/phpstubs/crane-php-stubs-master/`. If a user wants to create their own...

Also, the error message `No handler found for the command: 'crane.downloadPHPLibraries'` occurs because you haven't opened a php file to initialize the crane library. If you open a php file...

I think you would have to use. ```json "activationEvents": [ "*" ] ``` However, would this attempt to start indexing files event if it isn't a php project?

Document Symbol Provider and Definition Provider are in PR #115

Alright sounds good.