Customizing the DevTools

There are many things in DevTools that can be customized according to your needs. Some of them are:

1. Reset DevTools:

You can restore the tabs and settings of DevTools back to default using the button called “Restore defaults and refresh” preset in the Preference pane in the DevTools settings.

Reset DevTools

2. Change the Theme of DevTools:

You can change the theme in the DevTools setting or by using Run Command.

  • Using Run Command: To change the theme using Run Command, press the shortcut key “Ctrl+Shift+P” or select Run Command from Customize DevTools and then type theme. Select any theme you want from the list of options that appear.

Changing theme using Run Command

  • Using DevTools Setting: To change the theme using DevTools Setting, click the setting button on the top-right part of the DevTools. Under the Preferences pane select the ones you want from the Theme drop-down list. The list is categorized into 3 sections which are the System preference, Light themes, and Dark themes.

Changing theme using DevTools Setting

3. Change the Language of DevTools:

You can change the language of DevTools in the DevTools Setting under the Preferences Pane. In Preferences Pane select the language you want from the Language drop-down list.

Changing Language of DevTools

4. Change the Dock Position of DevTools:

The DevTools dock position can be changed to the left, bottom, or right part of the Browser. You can also have the DevTools in a Separate window.

Changing Dock Position

5. Toggling Tooltips in DevTools:

To get to know about the tools and the panes in each tab of the tools in DevTools you can turn on Tooltips. The Tooltips can be toggle from the Help option present in the Customize DevTools button i.e. the three dots present in the top-right part of DevTools.

Toggling Tooltips

6. Zoom in and out in DevTools:

You can zoom the DevTools by holding “Ctrl” and then pressing “+” to zoom in, “-” to zoom out and “0” to reset zoom. You must first focus on the DevTools to do that just click anywhere in the DevTools. The zoom will only affect the DevTools and not the webpage.

Pressing Ctrl and + to zoom in, Ctrl and – to zoom out, Ctrl and 0 to reset zoom

7. Arrange tabs in DevTools:

You can move tabs between main toolbar and drawer toolbar by just right clicking the tab and select Move to top or Move to bottom respectively. You can also change the arrangement of the tabs in the main or drawer toolbar by dragging the tab to the required position.

Arranging a tab in DevTools

DevTools in Microsoft Edge Browser

The Edge browser provides a wide range of tools that can be used to debug or inspect a webpage, these set of tools can be used from a sub-window called Development tools or DevTools. You can check for responsiveness, performance, and network request or edit styles in the browser itself, you can also check the JS code and debug with various debugging tools provided in the DevTools window.

Similar Reads

Benefits of DevTools:

The DevTools is a great place for developers to debug and gain useful information on their web pages. The benefits it provides to the developers are:...

How to Open DevTools in Microsoft Edge:

We have multiple ways to open DevTools. These are:...

About the UI of DevTools:

The UI of the DevTools is separated into two main sections. The top section contains the main toolbar tabs and a bottom toggle window called drawer contains the drawer toolbars tab. Every tool in DevTools has its own tab so, for example, you can call the Welcome tool in DevTools a Welcome Tab....

Customizing the DevTools:

There are many things in DevTools that can be customized according to your needs. Some of them are:...

How to Add More Tools in DevTools:

There are multiple ways to add tools in the main toolbar which are:...

About all the core DevTools in Edge:

There are many tools and options provided in the DevTools in Edge that allow developers to debug, test, and check for the performance of their website. All the core tools are:...

Conclusion

A webpage can have many problems to tackle and debug by the developers. DevTools in Edge comes as a savior it provides various tools with respect to the webpage styles, JavaScript, performance, and many other aspects. These tools have lower learning curves and developers also have options to customize the DevTools window....