Skip to content

Commit 09e9a4a

Browse files
authored
Merge pull request #3721 from MicrosoftDocs/main
main to live - Feb. 12, 2026
2 parents 97d5152 + 70be904 commit 09e9a4a

File tree

16 files changed

+78
-47
lines changed

16 files changed

+78
-47
lines changed

microsoft-edge/accessibility/build/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Under macOS, if you want to test with an assistive technology only available for
108108

109109
> [!NOTE]
110110
> The iOS Simulator doesn't currently include VoiceOver.
111+
<!-- todo: reformat to avoid Alert box, per corp Markdown guide https://learn.microsoft.com/en-us/help/platform/markdown-reference?toc=%2Fhelp%2Fget-started%2Ftoc.json&bc=%2Fhelp%2Fget-started%2Fbreadcrumb%2Ftoc.json#alerts-note-tip-important-caution-warning -->
111112
112113

113114
<!-- ------------------------------ -->

microsoft-edge/devtools/about-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The **Command Menu** first lists the **Activity Bar** tools (indicated by the **
124124

125125
![The Command Menu, showing the Panel tools grouped together, and then the Quick View tools](./about-tools-images/command-menu-panel-vs-quick-view-tools.png)
126126

127-
To move a tool to the other toolbar, right-click the tool's tab and then select **Move to bottom Quick View**, **Move to side Quick View**, **Move to top Activity Bar**, or **Move to left Activity Bar**:
127+
To move a tool to the other toolbar, right-click the tool's tab and then select **Move to bottom Quick View**, **Move to side Quick View**, or **Move to top Activity Bar**:
128128

129129
![The right-click menu for a tool in the Quick View toolbar, including the 'Move to top Activity Bar' command](./about-tools-images/move-from-quickview-to-activitybar.png)
130130

microsoft-edge/devtools/issues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Feedback in the **Issues** tool is provided by several sources, including the Ch
7777

7878
By default, such as from the **Command Menu**, the **Issues** tool opens in the **Quick View** panel. You can instead open it in the **Activity Bar**, or move it to the **Activity Bar**:
7979

80-
* In the **Quick View** toolbar, right-click the **Inspect** tab and then select **Move to top Activity Bar** or **Move to left Activity Bar**.
80+
* In the **Quick View** toolbar, right-click the **Inspect** tab and then select **Move to top Activity Bar**.
8181

8282
<!-- legacy ui
8383
* Select **Customize and control DevTools** > **More tools** > **Issues**.
-227 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

microsoft-edge/devtools/overview.md

Lines changed: 53 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,66 @@ ms.author: msedgedevrel
66
ms.topic: article
77
ms.service: microsoft-edge
88
ms.subservice: devtools
9-
ms.date: 07/17/2023
9+
ms.date: 02/11/2026
1010
---
1111
# Overview of DevTools
1212

1313
<!-- icon clipboard below -->
1414

15-
<!-- ====================================================================== -->
1615
<!-- keep sync'd:
1716
* [Overview of DevTools](overview.md) - intro section
1817
* [Microsoft Edge DevTools](../develop-web-microsoft-edge.md#microsoft-edge-devtools) in _Develop for the web with Microsoft Edge_
1918
-->
2019

21-
The Microsoft Edge browser comes with built-in web development tools, called Microsoft Edge DevTools. DevTools is a set of web development tools that appears next to a rendered webpage in the browser. DevTools provides a powerful way to inspect and debug webpages and web apps. You can even edit source files and create website projects, all within the DevTools environment.
20+
The Microsoft Edge browser comes with built-in web development tools, called Microsoft Edge DevTools. DevTools is a set of web development tools that appears next to a rendered webpage in the browser.
21+
22+
**Detailed contents:**
23+
* [Introduction](#introduction)
24+
* [Video: Understand the DevTools user interface](#video-understand-the-devtools-user-interface)
25+
* [Open DevTools](#open-devtools)
26+
* [Open DevTools by right-clicking an item in a webpage](#open-devtools-by-right-clicking-an-item-in-a-webpage)
27+
* [Open DevTools by using the Microsoft Edge toolbar](#open-devtools-by-using-the-microsoft-edge-toolbar)
28+
* [Have DevTools automatically open when you open a new tab](#have-devtools-automatically-open-when-you-open-a-new-tab)
29+
* [Disabling startup boost](#disabling-startup-boost)
30+
* [Turning off the F12 keyboard shortcut](#turning-off-the-f12-keyboard-shortcut)
31+
* [Keyboard support](#keyboard-support)
32+
* [Change where DevTools is docked in the browser](#change-where-devtools-is-docked-in-the-browser)
33+
* [Zoom DevTools in or out](#zoom-devtools-in-or-out)
34+
* [Overview of the user interface](#overview-of-the-user-interface)
35+
* [Change the location of Quick View](#change-the-location-of-quick-view)
36+
* [Features of the Activity Bar](#features-of-the-activity-bar)
37+
* [Tabbed tool panels containing tabs and pages](#tabbed-tool-panels-containing-tabs-and-pages)
38+
* [The Activity Bar and the Quick View toolbar](#the-activity-bar-and-the-quick-view-toolbar)
39+
* [Pin and rearrange tools in the Activity Bar](#pin-and-rearrange-tools-in-the-activity-bar)
40+
* [Inspect tool](#inspect-tool)
41+
* [Device Emulation](#device-emulation)
42+
* [Welcome tool](#welcome-tool)
43+
* [Elements tool](#elements-tool)
44+
* [Console tool](#console-tool)
45+
* [Sources tool](#sources-tool)
46+
* [Network tool](#network-tool)
47+
* [Performance tool](#performance-tool)
48+
* [Memory tool](#memory-tool)
49+
* [Application tool](#application-tool)
50+
* [More Tools button](#more-tools-button)
51+
* [Customize and control DevTools menu](#customize-and-control-devtools-menu)
52+
* [Help button](#help-button)
53+
* [Close DevTools button](#close-devtools-button)
54+
* [Features of the Quick View toolbar](#features-of-the-quick-view-toolbar)
55+
* [Overview of all tools](#overview-of-all-tools)
56+
* [Tool, tab, or panel](#tool-tab-or-panel)
57+
* [About Activity Bar and Quick View tools](#about-activity-bar-and-quick-view-tools)
58+
* [See also](#see-also)
59+
* [Power tip: Use the Command Menu](#power-tip-use-the-command-menu)
60+
* [Customizing DevTools](#customizing-devtools)
61+
* [Trying experimental features](#trying-experimental-features)
62+
* [See also](#see-also-1)
63+
64+
65+
<!-- ====================================================================== -->
66+
## Introduction
67+
68+
DevTools provides a powerful way to inspect and debug webpages and web apps. You can even edit source files and create website projects, all within the DevTools environment.
2269

2370
With DevTools, you can do the following:
2471

@@ -32,7 +79,7 @@ With DevTools, you can do the following:
3279

3380
* Use a development environment to sync changes in DevTools with the file system and from the web.
3481

35-
<!-- /keep sync'd -->
82+
<!-- /end of "keep sync'd", at top of file -->
3683

3784

3885
<!-- ------------------------------ -->
@@ -210,7 +257,7 @@ To zoom the rendered page, click the page, and then use the same keyboard shortc
210257

211258
The DevTools user interface has the following main areas:
212259

213-
* The **Activity Bar** at the top, or on the left side, which contains icons used to access tools, settings, documentation, and more.
260+
* The **Activity Bar** at the top which contains icons used to access tools, settings, documentation, and more.
214261
* The current tool area, where the tool that's currently selected in the **Activity Bar** appears.
215262

216263
* The **Quick View** toolbar, at the bottom, which contains tabs used to access tools.
@@ -248,42 +295,6 @@ By default, the **Quick View** toolbar contains the following tools:
248295

249296
In the **Activity Bar**, tool tabs either contain the tool name and icon, or just the tool icon, depending on the width of the DevTools window. If the window is wide enough, the tool name and icon appear. If the window is too narrow, only the tool icon appears and the tool name appears when you hover over the tool icon.
250297

251-
If the **Activity Bar** is located on the left side of the DevTools window, vertically, only the tool icons appear, and the tool names appear when you hover over the tool icons.
252-
253-
254-
<!-- ------------------------------ -->
255-
#### Change the location of the Activity Bar
256-
257-
By default, the **Activity Bar** is displayed horizontally at the top of the DevTools window. To maximize usable screen space in a variety of DevTools window size and locations, you can change the location of the **Activity Bar** to the left side of the DevTools window or to be automatically set depending on the DevTools window docking location.
258-
259-
The **Activity Bar** can be in one of the following locations:
260-
261-
* **Top** (default): The **Activity Bar** will always be horizontal.
262-
263-
* **Left side**: The **Activity Bar** will always be vertical.
264-
265-
* **Adapt to dock location**: The **Activity Bar** will be in a horizontal or vertical orientation depending on where DevTools is docked.
266-
267-
* When DevTools is docked to the left or right side of the browser window, the **Activity Bar** is vertical.
268-
269-
* When DevTools is docked to the bottom side of the browser window, or undocked in its own window, the **Activity Bar** is horizontal.
270-
271-
When the **Activity Bar** is horizontal, tool names appear next to tool icons if there is enough space to display them.
272-
273-
If there isn't enough space to display all tool names, the horizontal **Activity Bar** shows some tabs with tool icons and names, and some tabs with icons that have a tooltip instead:
274-
275-
![The horizontal Activity Bar with limited width, so some tools don't have a label, but only an icon with tooltip](./overview-images/horizontal.png)
276-
277-
To change the location of the **Activity Bar**, do either of the following:
278-
279-
* Click the **Customize and control DevTools** (![Customize and control DevTools](./overview-images/customize-and-control-devtools-icon-light-mode.png)) button, and then select a location in **Activity Bar location**:
280-
281-
![The 'Customize and control DevTools' menu of DevTools, showing the various Activity Bar location options](./overview-images/move-activity-bar-from-customize-menu.png)
282-
283-
* In the **Activity Bar**, click **Move Activity Bar to left** (![The Move Activity Bar to left icon](./overview-images/move-activity-bar-to-left-icon.png)) or **Move Activity Bar to top** (![The Move Activity Bar to top icon](./overview-images/move-activity-bar-to-top-icon.png)).
284-
285-
* Use the **Command Menu**. Press **Ctrl+Shift+P** (Windows, Linux) or **Command+Shift+P** (macOS), enter the words **activity bar**, and then select **Move Activity Bar to left** or **Move Activity Bar to top**. See [Power tip: Use the Command Menu](#power-tip-use-the-command-menu).
286-
287298

288299
<!-- ------------------------------ -->
289300
#### Change the location of Quick View
@@ -343,7 +354,6 @@ Present if Experiments > "Emulate Microsoft-recommended hardware and network per
343354
* **Application** tool.
344355

345356
* Icons:
346-
* **Move Activity Bar to left** (![Move Activity Bar to left icon](./overview-images/move-activity-bar-to-left-icon.png)) button.
347357
* **More tools** (![More tools icon](./overview-images/more-tools-icon.png)) button.
348358
* **Customize and control DevTools** (![Customize icon](./overview-images/customize-devtools-icon-light-theme.png)) menu button.
349359
* **Help** (![Help icon](./overview-images/help-icon.png)) button.
@@ -533,7 +543,7 @@ The **More tools** (![More tools icon](./overview-images/more-tools-icon.png)) b
533543
| --- | --- |
534544
| Open a tool in the **Activity Bar** at the top of DevTools | In the **Activity Bar** at the top of DevTools, click **More tools** (![More tools icon](./overview-images/more-tools-icon.png)) and then select a tool. |
535545
| Open a tool on the **Quick View** toolbar | When DevTools has focus, press **Esc** to show the **Quick View** toolbar if it's not shown yet. In the **Quick View** toolbar, click the **More tools** (![More tools icon](./overview-images/more-tools-icon.png)) button, and then select a tool. |
536-
| Move a tool from the **Quick View** toolbar to the **Activity Bar** | When DevTools has focus, press **Esc** to show the **Quick View**. In the **Quick View** toolbar, right-click the tool's tab, and then select **Move to top Activity Bar** or **Move to left Activity Bar**. |
546+
| Move a tool from the **Quick View** toolbar to the **Activity Bar** | When DevTools has focus, press **Esc** to show the **Quick View**. In the **Quick View** toolbar, right-click the tool's tab, and then select **Move to top Activity Bar**. |
537547
| Move a tool from the **Activity Bar** to the **Quick View** toolbar | In the **Activity Bar**, right-click the tool's tab, and then select **Move to bottom Quick View** or **Move to side Quick View**. |
538548
| Open a tool in its default toolbar (**Activity Bar** or **Quick View**) | When DevTools has focus, open the **Command Menu** by pressing **Ctrl+Shift+P** (Windows, Linux) or **Command+Shift+P** (macOS). Type the name of the tool, and then select a **Show \<tool\>** command. |
539549

microsoft-edge/devtools/whats-new/2021/11/devtools.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What's new in DevTools (Microsoft Edge 96)
3-
description: Focus Mode and a vertical Activity Bar. Auto-minimizing of the Console. Display a webpage in Visual Studio Code, emulate devices, and see issues while editing. Sources tool notifies you when sourcemaps can't be loaded. If Sources is open, it's used rather than Visual Studio Code.
3+
description: Focus Mode. Auto-minimizing of the Console. Display a webpage in Visual Studio Code, emulate devices, and see issues while editing. Sources tool notifies you when sourcemaps can't be loaded. If Sources is open, it's used rather than Visual Studio Code.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: article
@@ -27,6 +27,8 @@ These are the latest features in the Stable release of Microsoft Edge DevTools.
2727

2828
The Microsoft Edge DevTools team is experimenting with a new DevTools UI: **Focus Mode**. Focus Mode reduces distractions and clutter with a more modern and simplified layout. The new **Activity Bar** allows you to pin your favorite tools in a horizontal or vertical toolbar to use screen space more efficiently.
2929

30+
**Update:** The vertical Activity Bar is no longer supported, in Microsoft Edge 144 and future versions.
31+
3032
To give this new UI a try in Microsoft Edge version 96, select **Settings** (![the Settings gear icon in DevTools](./devtools-images/settings-gear-icon-light-mode.png)) > **Experiments** > **Focus Mode**.
3133

3234
Starting with Microsoft Edge version 96, the experiment's checkbox is labeled **Focus Mode** rather than **Focus Mode and DevTools Tooltips**.

microsoft-edge/devtools/whats-new/2022/09/devtools-105.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ The **Customize and control DevTools** (**...**) menu now directly contains butt
7979

8080
This menu also now directly contains buttons to set and indicate where the **Activity Bar** is displayed, instead of using a submenu.
8181

82+
**Update:** The vertical Activity Bar is no longer supported, in Microsoft Edge 144 and future versions.
83+
8284
Selecting the docking location in Focus Mode, in previous versions of Microsoft Edge:
8385

8486
![Dock location menu icons before](./devtools-105-images/before-docking-menu.png)

0 commit comments

Comments
 (0)