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: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
10
10
11
11
- ([GH-366](https://github.com/lingua-pupuli/puppet-vscode/issues/366)) New Debug Adapter
12
12
- ([GH-354](https://github.com/lingua-pupuli/puppet-vscode/issues/354)) Document PDK as source information
13
+
- ([GH-385](https://github.com/lingua-pupuli/puppet-vscode/issues/385)) New Outline View, Breadcrumb, and Go to Symbol Features
13
14
14
15
### Changed
15
16
16
17
- ([GH-397](https://github.com/lingua-pupuli/puppet-vscode/issues/397)) Updated Puppet Editor Services to version 0.15.0. Change Log is at [https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.15.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.15.0)
17
18
- ([GH-373](https://github.com/lingua-pupuli/puppet-vscode/issues/373)) Refactor commands and providers to features
18
19
- ([GH-351](https://github.com/lingua-pupuli/puppet-vscode/issues/351)) Updated Puppet Editor Services to version 0.14.0. Change Log is at [https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.14.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.15.0)
19
20
- ([GH-323](https://github.com/lingua-pupuli/puppet-vscode/issues/323)) Update readme with gif examples
21
+
- ([GH-399](https://github.com/lingua-pupuli/puppet-vscode/issues/399)) Update Puppet loading UI to be more user friendly
Copy file name to clipboardExpand all lines: README.md
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@
15
15
-[Syntax highlighting](#syntax-highlighting)
16
16
-[Auto completion](#auto-completion)
17
17
-[Hover Support](#hover-support)
18
+
-[Outline View](#outline-view)
19
+
-[Breadcrumbs](#breadcrumbs)
20
+
-[Go to Symbol](#go-to-symbol)
18
21
-[Code Snippets](#code-snippets)
19
22
-[Linting](#linting)
20
23
-[Puppet Commands](#puppet-commands)
@@ -50,6 +53,9 @@ This extension provides full Puppet Language support for [Visual Studio Code](ht
50
53
51
54
- Syntax highlighting
52
55
- IntelliSense for resources, parameters and more
56
+
- Outline View
57
+
- Breadcrumbs
58
+
- Go to Symbol
53
59
- Linting
54
60
- Code snippets
55
61
- Go to Definition of functions, types and classes
@@ -85,7 +91,14 @@ You can find instructions and installation links here:
85
91
- MacOSX
86
92
- Linux
87
93
88
-
## Usage
94
+
## Usage
95
+
96
+
### Loading indicator
97
+
98
+
The Puppet extension includes additional information in the form of a tooltip which describes the features that are loaded and still loading during startup.
Opening the `Command Palette` and typing the `@` symbol initiates the `Go to Symbol` view which allows you to navigate around inside a Puppet manifest more quickly.
0 commit comments