Skip to content

Commit 7a18222

Browse files
committed
(maint) Document Puppet 4 symbol support
This commit updates the readme to indicate which features do not run on Puppet 4.
1 parent bfeaa46 commit 7a18222

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,24 @@ Variable | `Puppet::Pops::Model::AssignmentExpression`
137137

138138
More symbols are planned to be added.
139139

140+
> Note: Puppet 4 is not supported for symbols
141+
140142
![outline_view](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/outline_view.gif)
141143

142144
### Breadcrumbs
143145

144146
When the `breadcrumbs.enabled` setting is set to true, both the file path and the symbol tree hierarchy are shown in the Breadcrumb view.
145147

148+
> Note: Puppet 4 is not supported for symbols
149+
146150
![breadcrumbs](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/breadcrumbs.gif)
147151

148152
### Go to Symbol
149153

150154
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.
151155

156+
> Note: Puppet 4 is not supported for symbols
157+
152158
![go_to_symbol](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/go_to_symbol.gif)
153159

154160
### Code Snippets

0 commit comments

Comments
 (0)