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-guide-chromium/sources/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,25 +30,25 @@ Use the **Sources** tool to view, modify, and debug front-end JavaScript code, a
30
30
*[The Navigator, Editor, and Debugger panes](#the-navigator-editor-and-debugger-panes)
31
31
*[Using the Navigator pane to select files](#using-the-navigator-pane-to-select-files)
32
32
*[Using the Page tab to explore resources that construct the current webpage](#using-the-page-tab-to-explore-resources-that-construct-the-current-webpage)
33
-
* [Icons in the Page tab](#icons-in-the-page-tab)
34
-
* [Group files by folder or as a flat list](#group-files-by-folder-or-as-a-flat-list)
33
+
*[Icons in the Page tab](#icons-in-the-page-tab)
34
+
*[Group files by folder or as a flat list](#group-files-by-folder-or-as-a-flat-list)
35
35
*[Add a local folder to the workspace, to use DevTools to edit files and save changes to disk](#add-a-local-folder-to-the-workspace-to-use-devtools-to-edit-files-and-save-changes-to-disk)
36
36
*[Using the Overrides tab to override server files with local files](#using-the-overrides-tab-to-override-server-files-with-local-files)
37
37
*[Using the Content scripts tab for Microsoft Edge extensions](#using-the-content-scripts-tab-for-microsoft-edge-extensions)
38
38
*[Using the Snippets tab to run JavaScript code snippets on any webpage](#using-the-snippets-tab-to-run-javascript-code-snippets-on-any-webpage)
39
39
*[Using the Command Menu to open files](#using-the-command-menu-to-open-files)
40
40
*[Using the Editor pane to view or edit files](#using-the-editor-pane-to-view-or-edit-files)
41
41
*[Editing a JavaScript file](#editing-a-javascript-file)
42
-
* [Save and Undo](#save-and-undo)
43
-
* [Find and Replace](#find-and-replace)
44
-
* [Showing the changes you made](#showing-the-changes-you-made)
45
-
* [Changes inside a function take effect](#changes-inside-a-function-take-effect)
42
+
*[Save and Undo](#save-and-undo)
43
+
*[Find and Replace](#find-and-replace)
44
+
*[Showing the changes you made](#showing-the-changes-you-made)
45
+
*[Changes inside a function take effect](#changes-inside-a-function-take-effect)
46
46
*[Reformatting a minified JavaScript file with pretty-print](#reformatting-a-minified-javascript-file-with-pretty-print)
47
47
*[Mapping minified code to your source code to show readable code](#mapping-minified-code-to-your-source-code-to-show-readable-code)
48
48
*[Transformations from source code to compiled front-end code](#transformations-from-source-code-to-compiled-front-end-code)
49
49
*[Editing CSS](#editing-css)
50
-
* [Editing CSS by using the Styles tab in the Elements tool, when using the Workspace tab of the Sources tool](#editing-css-by-using-the-styles-tab-in-the-elements-tool-when-using-the-workspace-tab-of-the-sources-tool)
51
-
* [Editing CSS in the Page tab or Workspace tab in the Sources tool](#editing-css-in-the-page-tab-or-workspace-tab-in-the-sources-tool)
50
+
*[Editing CSS by using the Styles tab in the Elements tool, when using the Workspace tab of the Sources tool](#editing-css-by-using-the-styles-tab-in-the-elements-tool-when-using-the-workspace-tab-of-the-sources-tool)
51
+
*[Editing CSS in the Page tab or Workspace tab in the Sources tool](#editing-css-in-the-page-tab-or-workspace-tab-in-the-sources-tool)
52
52
*[Editing an HTML file](#editing-an-html-file)
53
53
*[Going to a line number or function](#going-to-a-line-number-or-function)
54
54
*[Quick source tool, to display source files when using a different tool](#quick-source-tool-to-display-source-files-when-using-a-different-tool)
0 commit comments