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: README.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
@@ -19,9 +19,11 @@ Visual Studio Code is available for Mac, Windows, and Linux.
19
19
- Offline-friendly package docs
20
20
- Module import autocomplete
21
21
- Convert HTML to Elm
22
+
- Go to symbol
23
+
- Open symbol by name
22
24
23
25
__More documentation__
24
26
25
27
- 🧠 Learn more about [all of the features](https://github.com/elm-land/vscode/blob/main/docs/README.md#features)
26
28
- 📊 View this plugin's [performance benchmarks](https://github.com/elm-land/vscode/blob/main/docs/README.md#performance-table)
27
-
- 💖 Meet [the wonderful Elm folks](https://github.com/elm-land/vscode/blob/main/docs/README.md#thank-you-elm-community) that made this project possible
29
+
- 💖 Meet [the wonderful Elm folks](https://github.com/elm-land/vscode/blob/main/docs/README.md#thank-you-elm-community) that made this project possible
- 💖 [Thank you, Elm community](#thank-you-elm-community)
16
18
- 🛠️ [Want to contribute?](#want-to-contribute)
@@ -97,6 +99,26 @@ To help you convert HTML snippets to Elm code and help newcomers learn the synta
97
99
98
100
---
99
101
102
+
### __Go to symbol__
103
+
104
+
__Setting:__`elmLand.feature.goToSymbol`
105
+
106
+
You can navigate symbols inside a file. This is helpful for quickly navigating among functions, values and types in a file. The Outline panel below the file tree in the sidebar also displays all functions, values and types in the file.
107
+
108
+

109
+
110
+
---
111
+
112
+
### __Open symbol by name__
113
+
114
+
__Setting:__`elmLand.feature.openSymbolByName`
115
+
116
+
You can navigate to any top-level declaration in any file, which is a quick way of getting to the right file.
117
+
118
+

119
+
120
+
---
121
+
100
122
## __Performance Table__
101
123
102
124
Elm's [editor plugins repo](https://github.com/elm/editor-plugins) recommends doing performance profiling to help others learn how different editors implement features, and also to help try to think of ways to bring down costs.
0 commit comments