puppet-editor-services
puppet-editor-services copied to clipboard
Puppet Language Server for editors
### What Versions are you running? OS Version: Mac OS 12.5.1 (21G83) VSCode Version: 1.71.2 Puppet Extension Version: v1.4.0 PDK Version: 2.5.0 ### What You Are Seeing? No Intellisense is...
## Use Case The VS Code puppet extension is nice because it allows the use of the LSP settings table to configure the parameters used when starting the language server....
## Describe the Bug When trying to use go to definition in my nevim setup I get error from Puppet LSP and empty response. ``` I, [2023-04-27T09:07:06.451883 #2357] INFO --...
## Describe the Change You Would Like I guess it's not a bug, just a missing piece in the docs / I'm too stupid to find it: Hi! I'm working...
## Describe the Bug Hello. I launch both puppet-languageserver and puppet-languageserver-sidecar with `--puppet-settings=--modulepath,/path/to/modules/` and it doesn't work. Basically, it gives nothing. ## Expected Behavior I expect to get the data...
## Use Case Manually formatting puppet code is time consuming and offers very little gain. ## Describe the Solution You Would Like If puppet-languageserver could format the entire document, that...
For control-repo's, we have the ability to right-click and press "Go to Definition" on a [type/provider](https://puppet.com/docs/puppet/5.5/provider_development.html), which brings us into the `type` file. It would be nice to have a...
**Out of Scope** Debug Server - The debug server requires compilation which HAS to have a ruby runtime. **In Scope** * As far as I know there are only two...
Does PES support intellisense on the Deferred keyword; https://puppet.com/docs/puppet/6.0/write_a_puppet_function_to_store_secrets.html
With https://github.com/lingua-pupuli/puppet-vscode/pull/188 merged we need to update options parser so that incompatible options throw errors. i.e. * Can't use ip or port with the stdio transport * Can't use --debug=STDOUT...