
Jeffrey Way @jeffrey_way
So happy to finally have arrow functions in PHP. Heads up that, if you use PHPStorm (2019.3), you can opt+enter to auto-switch between traditional closures and arrow functions.
Jeffrey Way @jeffrey_way
So happy to finally have arrow functions in PHP. Heads up that, if you use PHPStorm (2019.3), you can opt+enter to auto-switch between traditional closures and arrow functions.
CryDeTaan @CryDeTaan
TIL: When in less I can easily open #vim by hitting `v` on my keyboard. @vimtips https://t.co/lgOGhflCfn
David Thorpe @davzie
I didn't know in @phpstorm you can hit shift twice to search ANYTHING and you can also add a "/" after a folder name and hit enter to be taken to that folder in the sidebar. I just leveled up.
Addy Osmani @addyosmani
Wow. VS @code theme colors can be overridden *per workspace*. Great for differentiating between projects: https://t.co/LaHpYgHnQt ? (h/t @wesbos) https://t.co/ai8eF8jzq4
Raul @rcubitto
Vuejs + Webstorm tip: if you want your IDE to recoginize paths starting with @ (i.e., "@/components/Button"), you can configure Webpack in your project to point to the `cli-service` config file. #vue ?? https://t.co/u1swRFYxRD
Rasmus C Nielsen @rasmuscnielsen
? PhpStorm tip: Type "pubfg" to generate a getter-function for any class-variable (that hasn't already got one). Same approach works with 'pubfs' for setter-functions https://t.co/J5yRgTwFVH
Rasmus C Nielsen @rasmuscnielsen
? PhpStorm tip: Type "pubfg" to generate a getter-function for any class-variable (that hasn't already got one). Same approach works with 'pubfs' for setter-functions https://t.co/J5yRgTwFVH
Marcel Pociot @marcelpociot
A lesser-known @laravelphp feature: You can define your IDE/editor in your config/app.php file to let the Whoops error handler allow you to open files directly from within the error message. https://t.co/My0BUjTIrM
Pine @octref
#Polacode is Polaroid for your code. - Copy & Paste into the view to preview - Hit the button to save as image - Exact look as in @code (syntax highlight, theme, font) https://t.co/sbpvKReHkG By @octref & @njukidreborn from @code team. #HappyCoding! https://t.co/v2edy4iJmm
Nick Janetakis @nickjanetakis
Here's a #vscode setting to let you trim trailing white space without breaking your #markdown documents @code https://t.co/ur50iRs7J9
Matt Stauffer @stauffermatt
If you have a long-running task that you’d like to detach from your terminal but you’d also like to capture the output, try this: dothing.sh > output.log 2>&1 & Captures output and errors to your log file. Returns the process ID. #hottipsfordays https://t.co/fdPBK8FbMI
Keith Damiani @keithdamiani
@Sileence @laravelphp I just realized that I always use a snippet in Sublime for `dd()` anyway, so now this puppy is gonna bail me out. ? https://t.co/FGU6Ww4mZG
Wes Bos ? @wesbos
? VS @code has a built in diffing tool you can run from the command line with --diff https://t.co/gUEzCa3ucx
Harish Toshniwal @introwit
TIL: Shift + select for multiple file selection works in Sublime Text's sidebar too. ? https://t.co/bdYuw9tmHF
Adam Wathan @adamwathan
? In case you didn't know, in Sublime "cmd+shift+r" lets you fuzzy search for methods/classes/etc. across every file in your whole project: https://t.co/gMA3TJG2lq
Caleb Porzio @calebporzio
Highlight current level of indentation in Sublime. Super useful for moving HTML around: cmd+shift+j / (super+shift+j) https://t.co/4sohQ0DZyK
Rich Klein @Neovive
@PHPStorm now supports font ligatures! Here is a #laravel snippet with @FiraCode + Material theme. https://t.co/B3VKod7qZ0
Wes Bos @wesbos
? Use Emmet in JavaScript to quickly value bump variables https://t.co/dceui0AGKH
Adam Wathan @adamwathan
This Sublime AceJump plugin is ? Type the character you want to jump to, then pick the occurrence you intended with one more keystroke ? https://t.co/G5s1XL0lZy
PhpStorm @phpstorm
Navigate to the last edit using Shift+Cmd+Backspace/Shift+Ctrl+Backspace #DriveToDevelop https://t.co/S8Itb757gG