Walter Nuñez
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Walter Nuñez created a post, convert VSC to PhpStorm Plugin
Hi friends, I'm here because the terrible support that Sourcegraph gives to the CODY IA graphical interface is shameful.I found what I need but it's a plugin for VSC: https://github.com/mnismt/cody... -
Walter Nuñez commented, -
-
-
Walter Nuñez created a post, Description is not aligned to tooltip text of IDE.
hello, i have this description on a php method: /** * Description: You can use this method to add or manipulate the display options that will handle your data. * @param array $options * <pre> * 1.... -
Walter Nuñez created a post, nforce strict type cant add space to separate ? from class
In some class i have a code like that, example full php code: <?phpdeclare(strict_types=1);namespace Example\ClassFooUp;class ClassFoo{ private static ?ClassFoo $instance = null; public s... -
Walter Nuñez created a post, Upload to all?
exist any way to add in deployment an option to upload a file to all deployment enviroment at same??? -
Walter Nuñez commented, -
Walter Nuñez created a post, show implement method in small letter.
Hi, I have seen that Visual Studio has this option inserted directly into the code editor; where I can click/hover over it, and see where and how many times a method has been referenced/implemented...