#58
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #58 - Move cursor to matching brace
Have you ever tried to find a matching brace? I have many times! Did you know that PhpStorm has a shortcut to do that? It's called "Move Caret To Matching Brace " , and it also works for HTML tags ๐ฅ
Thanks for the tip @SeeBigg ๐๐ป
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:02 PM - Sep, 2021
#57
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #57 - Remove unused imports
It's very easy to end up with unused imports in your classes. Glad there is a nice shortcut to remove them. It's called optimize imports and also sorts your imports alphabetically. ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
03:22 PM - Jun, 2022
Ready for more?
Tips & Tricks was just the beginning. In my new video course, I cover all the essential features of
PhpStorm like Refactoring , Testing , Debugging and Git in detail.
Show Me
#56
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #56 - Sort lines alphabetically
Did you know that you can sort lines alphabetically through the global search? ๐ ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:02 PM - May, 2022
#55
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #55 - Check RegExp Inline
We all know how hard it can be to debug regular expressions. It's not always fun. ๐ But it just became a lot easier. PhpStorm has an inline action where you can test your expressions. โค๏ธ In this example, I have different "YouTube" URLs and I need the video id.Tip by @wiifm ๐๐ป
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:15 PM - May, 2022
#54
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #54 - Modified Line Colors
Whenever you modify your code, you can see a little color indicator on the side. When you click it, you even see the what has changed. (change list)
The used colors are defined by your theme. But like everything in PhpStorm, you can change those colors too. Check the preferences for "Color Scheme -> VCS" and "Color Scheme -> Diff & Merge" .
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
10:00 AM - Nov, 2021
#53
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #53 - Lorem ipsum
We all sometimes need a placeholder text.
In PhpStorm, you can type "lorem" and expand it with the tab key.
But you can also specify the amount of words by adding a number "lorem5" or even combine it with an emmet shortcut like "p>lorem5"
Thanks for the tip @freekmurze ๐๐ป
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:02 PM - Sep, 2021
#52
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #52 - Override Methods
When you want to override a method, PhpStorm helps you already out while typing it.
But there is also a shortcut to open the "Override Methods" popup. It lets you select a method, and also specify if you like to copy the parent's DocBlock.
Thanks for the tip @simioluwatomi ๐๐ป
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
07:02 PM - Nov, 2021
#51
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #51 - Search By Capital Characters
I just learned something new! (from jphooiveld) While looking for specific files, you can just type the capital characters of the word.
Like "UCCT" for my "U pdateC hannelsC ommandT est" class.
This is super useful when you have similar file names and you struggle finding the correct one. It will save you a lot of time.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
08:30 PM - Nov, 2021
#50
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #50 - Close All Active Tool Windows
While using PhpStorm, you often need to work with some windows like the terminal, project tree, or VCS. To close them, you can use the same shortcut you use for opening them. This takes a few seconds when you have multiple windows open.
Much better is the shortcut "Hide All Windows", which closes all active tool windows. ๐
This is the only shortcut I use these days for closing windows.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:02 PM - Oct, 2021
#49
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #49 - Navigate Back & Forward
While scanning through files, you often need to go "back" to your last cursor position.
The shortcuts "navigate back" and "navigate forward" are your friends in this regard. This is especially useful when scanning from a code-base or just a long file. I use them every day!
Here are the used shortcuts.
In video example below, I follow Laravel's kernel and route flow while using those shortcuts.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
03:30 PM - Oct, 2021
#48
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #48 - Store Window Layout
Do you hate to adapt your tool windows position with every project again? (like file tree from left to right)
Not anymore! You can store them.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:42 PM - Sep, 2021
#47
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #47 - Open Multiple Files
When working with tabs, you can select multiple files from pop-ups by holding "shift" and open them together. ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:02 PM - Sep, 2021
#46
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #46 - No need for $this
In a class, you don't have to write "$this->" every time to get auto-completion for properties or methods. It just works. This saves a lot of time. ๐ค
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:27 PM - Sep, 2021
#45
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #45 - Run Tests Before A Commit
With the release of @phpstorm 2021.2 today, you have more pre-commit options available. I'm excited that I can finally run a specific test configuration before a commit. ๐ค
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
01:25 PM - Aug, 2021
#44
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #44 - Speed Search ๐
In EVERY dialog, prompt, tree, or folder you can start typing to search for something specific.
It's a simple feature but a life changer when you use it all the time and avoid the Mouse face.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:43 PM - Jul, 2021
#43
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #43 - Learn About Commit Options
Commit options let you define actions to run before a commit like:
* Reformat Code
* Check TODO
* Analyze code
* etc.
Forget a todo? PhpStorm tells you before doing the commit.๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:09 PM - Jul, 2021
#42
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #42 - The Project View
Next to the search features, I like to work with the project view too. 3 important shortcuts can help:
1๏ธโฃ Open File in Project View (Fire my favorite one)
2๏ธโฃ Expand Tree
3๏ธโฃ Collapse Tree
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:09 PM - Jul, 2021
#41
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #41 - Inline Refactoring
Just a tiny refactoring feature but so useful. Great that you can trigger it from both sides. (where the variable is defined and used)
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:37 PM - Jun, 2021
#40
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #40 - Git Annotations
Need to check who changed a specific line of code? Or who else was working on this current file?
Git annotations are your friend. Handshake
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:03 PM - May, 2021
#39
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #39 - Find In Files
If you need to look for strings in your app you can select or copy the string and open "Find in Files". This way it will automatically paste this string and look for it. โ
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:39 PM - May, 2021
#38
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #38 - Complete The Current Statement
Did you know about the "Complete Current Statement" shortcut? It tries to finish the current line of. ๐
(Default shortcut: Shift + CMD + Enter)
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:55 PM - May, 2021
#37
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #37 - Easily Replace Quotes
How many times do you replace quotes? For me, definitely more than I want to :-)
I'm glad you can do that easily with a context action.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:58 PM - May, 2021
#36
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #36 - CLI Features
Did you know that you can use some features right from the command line? (thx
@nuernberger_me )
- Create a launch script
- Open up file/project
- Open diff dialog
- Or merge dialog
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:41 PM - May, 2021
#35
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #35 - Set Conditional Breakpoints
While debugging you are often only interested in one specific case that you want to take a closer look at.
That's when you should use conditions for your breakpoints.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
07:23 PM - Apr, 2021
#34
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #34 - Learn About Inline Watches
While debugging you often need to have quick look at specific values: Welcome inline watches
- Define what you need to see (with auto-completion of course)
- See it directly in the editor๐ฎ
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:16 PM - Apr, 2021
#33
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #33 - Debug Collections In Your App
To debug collections or chained method calls with Xdebug you can evaluate every call separately at a breakpoint without changing the code itself. ๐ฎ
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
07:40 PM - Apr, 2021
#32
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #32 - Toggle Class Type When Creating A New One
Today's tip was brought to me by @freekmurze.
When creating a new class, you can toggle the templates "class", "interface", and "trait" by using your up and down keys. Pretty neat and fast! ๐จ
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:11 PM - Apr, 2021
#31
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #31 - The No Mouse Commit
When you commit/push with PhpStorm tools, you can press the "Alt" key to show letters to trigger the "commit" or "push" button.
This means no mouse is needed for the whole process. ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:09 PM - Mar, 2021
#30
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #30 - The Key Promoter X Plugin
Sometimes we fall into a habit of using the mouse for something, where we could have used a shortcut.
Key Promoter X is a plugin that tells of such situations. It reminds you by showing the shortcut you should use instead.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:51 PM - Mar, 2021
#29
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #29 - Run Tests
Another cool feature using the "Run Anything" prompt and custom "Run configurations" to run specific tests like unit, feature, or all.
Especially being able to run "all test" is something I missed an easy solution for a long time. ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:51 PM - Mar, 2021
#28
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #28 - Run Terminal Tasks
We often tend to run tasks from within the Terminal. That's fine, but what I prefer is to run them through "Run Anything".
This way I don't have to open up the Terminal and I have one place to check my running tasks.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:53 PM - Mar, 2021
#27
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #27 - Toggle Scope For Searches
I hope you already know your shortcuts for specific searches. ( files, classes, etc.)
One little trick here is if you press the shortcut again it toggles the scope of the search between "Project Files" and "All Files" Left-pointing magnifying glass
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:48 PM - Feb, 2021
#26
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #26 - Hello Changelist
In a repository, all changes will the stored to the "Default Changelist" in PhpStorm.
When you edit more files than needed for the next commit, it makes sense to order them in custom changelist.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
07:32 PM - Feb, 2021
#25
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #25 - The Run Anything Dialog
The "Run Anything" prompt can be used to quickly run tasks like from npm/Yarn, but did you know that you can run Artisan calls too? ๐คฉ
Pretty handy for triggering a command without opening the terminal.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:48 PM - Feb, 2020
#24
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #24 - Toggle Plugins On And Off
I need to activate/deactivate some PhpStorm plugins more often. Gladly I can do that also through the global search.
Be aware, some plugins require a restart.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:23 PM - Feb, 2021
#23
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #23 - The Presentation Assistant
The Presentation Assistant is great to show the shortcuts you are using while talks or presentations.
By default it includes the default keys. But you can change that to show the ones you have actually set ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
01:33 PM - Jan, 2021
#22
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #22 - Tailwind CSS Support
If you work with #TailwindCSS, make sure to use the latest 2020.3 version of PhpStorm to support auto-completion and preview of the rules on mouse-over.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:41 PM - Jan, 2021
#21
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #21 - Open A New File In Split Mode
With PhpStorm 2020.3 you are able to open files directly in split mode. The shortcut works from within the sidebar, but also from the other windows like "recent files" which I really love.
PS: default shortcut is "shift+enter"
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:00 PM - Dec, 2020
#20
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #20 - Search PhpStorm Features Through Actions
Actions are commands + shortcuts in PhpStorm. With the action search, you can easily trigger features without knowing shortcuts.
๐กEven better: If you use an action a lot, just assign a shortcut right from the search with alt+enter.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:52 PM - Nov, 2020
#19
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #19 - The Go To Test Shortcut
This tip I received by
@SenseException . There is a shortcut for getting from a class to its test if given or create a new one.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
03:14 PM - Nov, 2020
#18
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #18 - Initialize Properties Automatically
Constructor arguments can be initialized by PhpStorm. Here are some interesting facts:
1. You can initialize multiple fields
2. PHP < 7.4 it uses PHP DocBlocks
3. You can edit the template
4. >= 7.4 it skips the DocBlock โค๏ธ
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:57 PM - Oct, 2020
#17
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #17 - Version Control With Change Lists
Ever wondered about this little colored mark on a line? It shows your changes since the last commit.
Use it too look at what changed or to rollback a change ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:12 PM - Oct, 2020
#16
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #16 - File Colors
This one is actually a tip by @brendt_gd
. You can use scopes in combination with file colors to create highlighted sections in your project's tree view.
It improves file recognition and also works with tabs ๐ณ๏ธโ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:55 PM - Sep, 2020
#15
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #15 - Multi Cursors Part 2
I got some feedback about more ways to use multiple cursors in PhpStorm, so here are two more:
- add carets to the end of selected lines
- clone caret alt+alt ๐ผ/๐ฝ
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:46 PM - Sep, 2020
#14
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #14 - The Productivity Guide
The Productivity Guide shows you an overview of your PhpStorm features usage. It tells you about what you use regularly and what you never used before.
It's also great to learn about new features.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:23 PM - Sep, 2020
#13
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #13 - I Can't Live Without The File Structure Tool
When you're checking a longer class, the "File Structure" tool window becomes super handy. It...
๐ gives an overview of given properties/methods
๐ lets you search for sthg specific
๐ even lets you search params names
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:41 PM - Sep, 2020
#12
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #12 - If / Else Transformations
There are numerous things you can do with if/else statements in PhpStorm like:
- flip condition
- simplify them
- get rid of "else" (EA Inspections plugin)
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:26 PM - Aug, 2020
#11
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #11 - Multi Cursor Usage Is a Must
Multi-cursors are so powerful and a must-have in every code editor.
Here are three ways of using them in PhpStorm:
1โฃ Atl + click
2โฃ Alt + shift + hold click + move up/down
3โฃ Multiple select
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
03:52 PM - Aug, 2020
#10
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #10 - Postfix Templates
Next to "Live Templates" there are also "Postfix Templates" which you can trigger by putting a "." after an expression and then add a key.
This way you don't have to replace the cursor if you wrote the expression first.
".dd" is a custom one ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
03:13 PM - Aug, 2020
#9
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #9 - The Best Way To Explore Code
I use the "Go to declaration" shortcut all the time to check a class/method that was used. This was essential for learning how Laravel works under the hood.
But the same shortcut can also be used on the declaration to see where else it is used. ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:38 PM - Aug, 2020
#8
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #8 - Hide The Current Active Tool Window
There are shortcuts for all tool windows like the sidebar, console, etc. The same close it again.
What I find more useful though is to use the "hide active tool window" shortcut. This way you don't have to think about which toolbar it is anymore.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:12 PM - Aug, 2020
#7
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #7 - The Best Way To Run Tests
To run a specific test depending on your cursor position, use the "Run context configuration" shortcut.
- Inside a method โก๏ธ run this test method
- Between methods โก๏ธ run whole file
The same shortcut used in all three examples in the video.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
06:41 PM - Jul, 2020
#6
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #6 - Surround With Using Emmet
Last time I showed you the "Surround With" feature, but there is more to it.
@pronskiy gave me a hint that we can use it together with Emmet. ๐ Now, this gets even more powerful.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
03:55 PM - Jun, 2020
#5
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #5 - Surround Selection With
When I needed a tag around some given text, I always created the tag first, then put the text in. I got used to this tedious behavior ๐
Recently I discovered the "Surround With" feature. ๐ฎ
Such details make so much difference in your workflow!
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
05:05 PM - Jul, 2020
#4
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #4 - Convert To Arrow Functions
You can easily convert functions to arrow functions by using the "show context action" (โฅ + enter) shortcut.
My favorite aspect is that you do not need "use" anymore to pass variables to the function. Less code is good code ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:41 PM - Jun, 2020
#3
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #3 - Style Your IDE Through The Global Search
You can style many parts of your IDE within the global search without visiting the settings page like the:
- ๐กstatus bar
- ๐ breadcrumbs
- ๐tabs placement
- ๐งญ navigation bar
- etc.
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
04:14 PM - Jun, 2020
#2
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #2 - Auto-complete For Composer Packages
Version 2020.1 brought some cool new Composer features like showing the exact used version of a package in the composer.json file. But did you also know that it autocompletes new requirements now? ๐
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
02:45 PM - Jun, 2020
#1
Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #1 - Use Live Templates
Here is one of my favorite live templates to create a simple new test exactly how I like them. Customizing everything to your needs is a key to workflow that you can benefit the most from. ๐บ What templates did you create?
Sorry, your browser doesn't support embedded videos,
but don't worry, you can download it
and watch it with your favorite video player!
08:34 PM - Jun, 2020
You made it till the end ๐ I'm sure you're ready for more!
Tips & Tricks was just the beginning. In my new video course, I cover all the essential features of
PhpStorm like Refactoring , Testing , Debugging and Git in detail.
Show Me