EN
Google chrome dev tools - shortcuts
0
points
ctrl + P - find by filename
Description: search over all files
ctrl + shift + F - find by file content
Description: find global text - can be method, variable, comment - anything in code
ctrl + shift + J - open DevTools in Console tab
ctrl + shift + M - simulate mobile device with Device Mode
ctrl + R - reload
ctrl + shift + R - hard reload
References