My programming shortcuts

 
Name
Description
My choice
Vim
IDEA
Eclipse
VSCode
Visual Studio
 
Category: debugging
Toggle breakpointToggle breakpoint on current linectrlf8ctrlf8ctrlshiftbf9ctrlshiftb
View breakpointsView all breakpointsctrlshiftf8ctrlf9ctrlaltb
Category: editing
Delete lineDeteles the line where cursor is currently placedd dd dctrlyctrldctrlshiftkctrll
Category: find and replace
FindFind word or regexp in current editor//ctrlfctrlfctrlfctrlf
ReplaceReplace word or regexp in current editoraltshiftr:%s/ctrlh
Category: help
Open documentationOpens a window or browser with documantation about current wordF1
Quick helpShow concise documantation about current wordctrlhKctrlq
Parameter hintsShow types and names of parameters of current functionctrlshiftpctrlpctrlshiftspacectrlk p
Quick fixOpen menu with proposed improvements for current line of codealtenter-altenterctrl1ctrl.altenter
Category: navigation
Code outlineShow a list of members / a structure of current filectrlshiftoTagbar pluginctrlf12ctrlshiftoshiftf12shiftf12
Find all referencesFind every usage of current symbol in the projectctrlshiftg:vimgrepaltf7ctrlshiftgshiftf12shiftf12
Go to implementationNavigate to the implementation of the current methodctrlaltbctrlaltbctrlf12
Category: project
Build projectCompile/make/build whole projectctrlf9:makectrlf9autoCustom taskctrlshiftb