Ryan Naddy

Results 58 comments of Ryan Naddy

What about converting ` ` to ` ` and others like it?

Why wouldn't it convert the `&` to an `&`? Or what about ` `?

I have been messing around with that, but as the shapes differ in size, it has been hard for me to find a formula that automatically creates a near perfect...

Grab it from the `files.associations` settings https://code.visualstudio.com/Updates#_editor

I have introduced this in PR #181. It will place the directory at: `$HOME/.Crane`. When this becomes available you can either rename the directory, or just delete it and let...

In other vscode languages Ctrl+Click will also do the same thing, this should be supported too.

I have created a PR that kicks this off, F12 and Ctrl+Click are built into the Definition Provider.

This is in PR #115

This should be fairly easy to implement, Netbeans has already written php files all that is needed to do is copy those file to a local folder and parse those...

I have added 3rd party libraries. PDO example: ![3rd party libraries](https://cloud.githubusercontent.com/assets/1571806/15153563/427504e2-169f-11e6-85f2-3ba687a3fe89.PNG) ImageMagick example: ![3rd party libraries 3](https://cloud.githubusercontent.com/assets/1571806/15153721/f6f40b16-169f-11e6-89ae-1b664218e4bb.PNG) Other types of classes: ![3rd party libraries 2](https://cloud.githubusercontent.com/assets/1571806/15153562/42741596-169f-11e6-84ca-fed5070d9c6c.PNG) Here is a full list...