You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/devtools/about-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ The **Command Menu** first lists the **Activity Bar** tools (indicated by the **
124
124
125
125

126
126
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**:
128
128
129
129

Copy file name to clipboardExpand all lines: microsoft-edge/devtools/issues/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Feedback in the **Issues** tool is provided by several sources, including the Ch
77
77
78
78
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**:
79
79
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**.
81
81
82
82
<!-- legacy ui
83
83
* Select **Customize and control DevTools** > **More tools** > **Issues**.
* [Overview of DevTools](overview.md) - intro section
18
17
* [Microsoft Edge DevTools](../develop-web-microsoft-edge.md#microsoft-edge-devtools) in _Develop for the web with Microsoft Edge_
19
18
-->
20
19
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)
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.
22
69
23
70
With DevTools, you can do the following:
24
71
@@ -32,7 +79,7 @@ With DevTools, you can do the following:
32
79
33
80
* Use a development environment to sync changes in DevTools with the file system and from the web.
34
81
35
-
<!-- /keep sync'd -->
82
+
<!-- /end of "keep sync'd", at top of file-->
36
83
37
84
38
85
<!-- ------------------------------ -->
@@ -210,7 +257,7 @@ To zoom the rendered page, click the page, and then use the same keyboard shortc
210
257
211
258
The DevTools user interface has the following main areas:
212
259
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.
214
261
* The current tool area, where the tool that's currently selected in the **Activity Bar** appears.
215
262
216
263
* 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:
248
295
249
296
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.
250
297
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
-

276
-
277
-
To change the location of the **Activity Bar**, do either of the following:
278
-
279
-
* Click the **Customize and control DevTools** () button, and then select a location in **Activity Bar location**:
280
-
281
-

282
-
283
-
* In the **Activity Bar**, click **Move Activity Bar to left** () or **Move Activity Bar to top** ().
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
-
287
298
288
299
<!-- ------------------------------ -->
289
300
#### Change the location of Quick View
@@ -343,7 +354,6 @@ Present if Experiments > "Emulate Microsoft-recommended hardware and network per
343
354
***Application** tool.
344
355
345
356
* Icons:
346
-
***Move Activity Bar to left** () button.
@@ -533,7 +543,7 @@ The **More tools** () b
533
543
| --- | --- |
534
544
| Open a tool in the **Activity Bar** at the top of DevTools | In the **Activity Bar** at the top of DevTools, click **More tools** () and then select a tool. |
535
545
| 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** () 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**. |
537
547
| 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**. |
538
548
| 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. |
Copy file name to clipboardExpand all lines: microsoft-edge/devtools/whats-new/2021/11/devtools.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: MSEdgeTeam
5
5
ms.author: msedgedevrel
6
6
ms.topic: article
@@ -27,6 +27,8 @@ These are the latest features in the Stable release of Microsoft Edge DevTools.
27
27
28
28
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.
29
29
30
+
**Update:** The vertical Activity Bar is no longer supported, in Microsoft Edge 144 and future versions.
31
+
30
32
To give this new UI a try in Microsoft Edge version 96, select **Settings** () > **Experiments** > **Focus Mode**.
31
33
32
34
Starting with Microsoft Edge version 96, the experiment's checkbox is labeled **Focus Mode** rather than **Focus Mode and DevTools Tooltips**.
0 commit comments