Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Make Jetbrains IDEs development faster🚀

Posted on Jul 15 When programming, depending on the job you are doing, you will be using a code editor or an IDE, personally, I use PHPStorm from Jetbrains it has been the best one and it integrates everything I need. (This is not a promoted post, I promise).As I have been doing pair-programming with some colleagues I have seen that some of them don't know some very easy yet powerful tricks that jetbrains IDEs have to make development speed faster, so, in this post, I'll show you the best ones I use.This example might be silly, but with your IDE, you can search classes by just typing the uppercase letters of a class, for example, instead of writting "DefaultController" you can just write DC (even in lowercase):It has improved the speed of some of my colleagues a lot when searching through classes that have very long names (Looking at you SuperDuperAwesomeFeatureService).If you ever had to be checking between two files (maybe one is sending an array of data to the other and you don't remember the keys from it), you might be going back and forth looking for the file between your tabs. Well, Ctrl+E will make your life a lot easier!It automatically points to the last file you opened, so just hitting Enter will allow you to go to the last file. If you're moving between three of them and want to go to the first one, just use the down arrow and you're good to go!As this is one on my first post on the platform, I'd like to know your opinion on this shortcuts, did you know them? Do you use this IDE? And also if you would like more in-depth posts about this or other topics.Thanks a lot for reading, read you in the comments!Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Soumyadeep Dey ☑️ - Jul 2 Sardar Mudassar Ali Khan - Jul 2 ankitaabad - Jun 3 christine - Jul 2 Once suspended, Davidortega will not be able to comment or publish posts until their suspension is removed. Once unsuspended, davidortega will be able to comment and publish posts again. Once unpublished, all posts by davidortega will become hidden and only accessible to themselves. If davidortega is not suspended, they can still re-publish their posts from their dashboard. Note: Once unpublished, this post will become invisible to the public and only accessible to David Ortega. They can still re-publish the post if they are not suspended. Thanks for keeping DEV Community safe. Here is what you can do to flag davidortega: davidortega consistently posts content that violates DEV Community's code of conduct because it is harassing, offensive or spammy. Unflagging davidortega will restore default visibility to their posts. DEV Community — A constructive and inclusive social network for software developers. With you every step of your journey. Built on Forem — the open source software that powers DEV and other inclusive communities.Made with love and Ruby on Rails. DEV Community © 2016 - 2023. We're a place where coders share, stay up-to-date and grow their careers.



This post first appeared on VedVyas Articles, please read the originial post: here

Share the post

Make Jetbrains IDEs development faster🚀

×

Subscribe to Vedvyas Articles

Get updates delivered right to your inbox!

Thank you for your subscription

×