Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

keyboard-shortcuts

Is it possible to Command-click a symbol into a new tab in Xcode?

December 23, 2023 by Tarik

Go to XCode->Preferences, Select Navigation tab, Change “Double Click Navigation” to “Uses Separate Tab” Now command-double-click the symbol to open in new tab.

Categories xcode Tags hotkeys, keyboard-shortcuts, xcode Leave a comment

Shortcut key to clear console in Eclipse

December 22, 2023 by Tarik

I know this thread is already 3 years old, but if someone is still looking for it, in Indigo the shortcut is Shift – F10 followed by r. Cheers.

Categories eclipse Tags eclipse, keyboard-shortcuts Leave a comment

Can I wrap a text selection in a tag in phpstorm?

December 21, 2023 by Tarik

Select your lines Code | Surround With… For Windows/Linux: Ctrl + Alt + T For MacOS: Cmd + Alt + T Choose “Emmet” Type p* — this will surround each line with <p> tag NOTE: Empty lines will be wrapped as well so it is better remove them in advance. Similar/related case. P.S. In current … Read more

Categories phpstorm Tags keyboard-shortcuts, phpstorm Leave a comment

Navigating between VIM windows in an alternative way

December 20, 2023 by Tarik

Why not setup something like these? nnoremap <C-h> <C-w>h nnoremap <C-j> <C-w>j nnoremap <C-k> <C-w>k nnoremap <C-l> <C-w>l Much quicker …

Categories vim Tags keyboard-shortcuts, vim Leave a comment

VSCode keyboard shortcuts for Android Studio

December 19, 2023 by Tarik
Categories android Tags android, android-studio, keyboard-shortcuts, keymapping, visual-studio-code Leave a comment

Auto-generate a try catch block in visual studio 2010

December 18, 2023 by Tarik

Using the mouse Mark your code Right-click Select Surround with… Double-click try Using the keyboard #1 Mark your code using Shift, Ctrl + A, or whatever works for you Press Menu key / Application key (alternatively Shift + F10) Type S Type T Press Enter or Tab Using the keyboard #2 (as perlox and Fredrik … Read more

Categories c# Tags c++, keyboard-shortcuts, visual-studio Leave a comment

Jump to next error FILE in Intellij [duplicate]

December 16, 2023 by Tarik

With IntelliJ 2017.2.2, F2 is mapped to “Next Highlighted Error” per default. Make sure to focus the Project editor first. Similarly Shift + F2 is mapped to “Previous Highlighted Error”. The mappings mentioned in the other answers do not work.

Categories intellij-idea Tags intellij-idea, keyboard-shortcuts Leave a comment

How to transform selected text to lowercase in PHPStorm?

December 14, 2023 by Tarik

Other way. Select text. Hit Ctrl+shift+a type ‘toggle case` and hit selected action

Categories keyboard-shortcuts Tags keyboard-shortcuts, lowercase, phpstorm Leave a comment

Collapse all Visual Studio toolbox regions shortcut

December 12, 2023 by Tarik

While the focus is on the toolbox, press / to Collapse All. You can also Expand All by pressing SHIFT+8 Here’s an article by Sarah Ford with more information: Visual Studio Tip #186 BEFORE: (source: msdn.com) AFTER: (source: msdn.com)

Categories visual-studio Tags keyboard-shortcuts, visual-studio, visual-studio-macros Leave a comment

shortcut to add throws declaration in Intellij Idea

December 10, 2023 by Tarik

When a piece of code needs error handling, IntelliJ underlines it with red. Set your pointer on that piece of code and press ALT+ENTER. IntelliJ should now give you the choice to either surround it with try/catch, add a catch clause, or to add a throws declaration. In your case: click the underlined code → … Read more

Categories java Tags code-generation, intellij-idea, java, keyboard-shortcuts Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page35 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa