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
*[View CSS selector costs in the Performance tool sidebar](../whats-new/2024/11/devtools-131.md#view-css-selector-costs-in-the-performance-tool-sidebar) in _What's New in DevTools (Microsoft Edge 131)_.
156
157
*[Introduction to the Performance tool](./index.md) - An introduction to analyzing runtime performance in DevTools.
157
158
*[Performance features reference](./reference.md) - Covers many of the features in the **Performance** tool.
158
159
*[The truth about CSS selector performance](https://blogs.windows.com/msedgedev/2023/01/17/the-truth-about-css-selector-performance/) - Windows blog post.
Copy file name to clipboardExpand all lines: microsoft-edge/devtools-guide-chromium/whats-new/2024/11/devtools-131.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,12 @@ ms.date: 11/14/2024
18
18
19
19
<!-- Subtitle: The Visual Studio Code themes are removed and themes will revert to the default themes: Light+ or Dark+.-->
20
20
21
-
The Visual Studio Code themes feature is now deprecated. These themes will revert to the **System preference** theme by default. The **Light+** and **Dark+** themes continue to be supported.
21
+
The Visual Studio Code themes feature is now deprecated. These themes will revert to the **System preference** theme by default. The **Light+** and **Dark+** themes continue to be supported. To select a theme, select **Customize and control DevTools** > **Preferences** > **Theme** drop-down menu:
22
+
23
+

24
+
25
+
See also:
26
+
*[Check for contrast issues with dark theme and light theme](../../../../devtools-guide-chromium/accessibility/test-dark-mode.md)
@@ -33,6 +38,11 @@ Previously, the following experiments that were enabled by default couldn't be d
33
38
34
39
This is now fixed, and you can disable these experiments.
35
40
41
+
See also:
42
+
*[Enable webhint](../../../experimental-features/index.md#enable-webhint) in _Experimental features in Microsoft Edge DevTools_.
43
+
*[Show issues in Elements](../../../experimental-features/index.md#show-issues-in-elements) in _Experimental features in Microsoft Edge DevTools_.
44
+
*[Open source files in Visual Studio Code](../../../experimental-features/index.md#open-source-files-in-visual-studio-code) in _Experimental features in Microsoft Edge DevTools_.
## Fixed edit field to exit after pressing tab after auto-completion
71
+
## Fixed edit field to exit after pressing Tab after auto-completion
59
72
60
73
<!-- Press Tab after choosing an autocomplete option to exit the field.-->
61
74
62
-
Pressing **Tab** after auto-completion now exits the edit field and focuses on the next focus point. Before, pressing **Tab** would just indent the text.
75
+
<!-- todo: where in DevTools? which tools? -->
76
+
77
+
Pressing the **Tab** key after auto-completion now exits the edit field and focuses on the next focus point. Before, pressing **Tab** would just indent the text.
0 commit comments