All Projects → tim-koehler → Helm Intellisense

tim-koehler / Helm Intellisense

Licence: mit
Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Helm Intellisense

Vscode Laravel Extra Intellisense
This extension adds extra autocompletion for laravel projects to VSCode.
Stars: ✭ 909 (+563.5%)
Mutual labels:  vscode, vscode-extension, intellisense, autocomplete
Typescript Hero
VSCode extension that assists you with your everyday work around typescript
Stars: ✭ 222 (+62.04%)
Mutual labels:  vscode, vscode-extension, intellisense
Vscode Auto Close Tag
Auto Close Tag for Visual Studio Code
Stars: ✭ 132 (-3.65%)
Mutual labels:  vscode, vscode-extension, autocomplete
Vscode Php Intellisense
Advanced PHP IntelliSense for Visual Studio Code 🆚💬
Stars: ✭ 358 (+161.31%)
Mutual labels:  vscode, vscode-extension, intellisense
Tabnine Vscode
Visual Studio Code client for TabNine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
Stars: ✭ 770 (+462.04%)
Mutual labels:  vscode, vscode-extension, autocomplete
Vscode Auto Rename Tag
Automatically rename paired HTML/XML tag
Stars: ✭ 161 (+17.52%)
Mutual labels:  vscode, vscode-extension, autocomplete
Vscode Intelephense
PHP intellisense for Visual Studio Code
Stars: ✭ 872 (+536.5%)
Mutual labels:  vscode, vscode-extension, intellisense
Tailwindcss Intellisense
Intelligent Tailwind CSS tooling for Visual Studio Code
Stars: ✭ 1,066 (+678.1%)
Mutual labels:  vscode, vscode-extension, intellisense
Vscode Swift
An extension for VS Code which provides support for the Swift language.
Stars: ✭ 132 (-3.65%)
Mutual labels:  vscode, vscode-extension
Doxdocgen
Generate doxygen documentation from source code in VS Code
Stars: ✭ 127 (-7.3%)
Mutual labels:  vscode, vscode-extension
Vscode Scss
🔌 IntelliSense for Variables, Mixins and Functions in all Sass (SCSS syntax only) files.
Stars: ✭ 128 (-6.57%)
Mutual labels:  vscode, vscode-extension
Vscode Neovim
VSCode Neovim Integration
Stars: ✭ 2,474 (+1705.84%)
Mutual labels:  vscode, vscode-extension
Vs Swagger Viewer
Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
Stars: ✭ 126 (-8.03%)
Mutual labels:  vscode, vscode-extension
Advpl Vscode
Suporte para Advpl no VsCode
Stars: ✭ 132 (-3.65%)
Mutual labels:  vscode, vscode-extension
Mypy boto3 builder
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
Stars: ✭ 123 (-10.22%)
Mutual labels:  vscode, autocomplete
Markdown Toc
MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
Stars: ✭ 130 (-5.11%)
Mutual labels:  vscode, vscode-extension
Vscode Go
Go extension for Visual Studio Code
Stars: ✭ 2,268 (+1555.47%)
Mutual labels:  vscode, vscode-extension
Vscode Elastic
Elasticsearch for VSCode
Stars: ✭ 130 (-5.11%)
Mutual labels:  vscode, vscode-extension
Vscode Swift Development Environment
New home of Swift Development Environment for VS Code
Stars: ✭ 137 (+0%)
Mutual labels:  vscode, vscode-extension
Ironpython Stubs
Autocomplete stubs for common IronPython/.NET libraries
Stars: ✭ 135 (-1.46%)
Mutual labels:  vscode, autocomplete

Helm-Intellisense Installs

  • This simple extension provides intellisense for helm-templates. The values.yaml file of the chart will be read and evaluated automatically to provide intellisense.
  • Autocomplete will also work for all Named Templates defined in the any .tpl file.
  • Compatible with Windows and Linux/Unix.
  • Support for custom named value files is provided(see settings section below).
  • Lint command to validate correct values templating and usage of NamedTemplates.
  • Support and autocomplete for yaml anchors and labels
  • The extension is compatible with the Kubernetes extension.
  • Working with language type yaml and helm-template.

feature X

Commands

  • Helm-Intellisense: Lint : This command parses the currently active document and validates that all paths(like .Values.foo.bar) point to valid values.
  • Helm-Intellisense: Lint Chart : Equivalent to Lint command but for all files in the chart of the file that is currently active.

Extension Settings

This extension contributes the following settings:

  • helm-intellisense.customValueFileNames: Defines list of possible files containing values(default: values.yaml)
  • helm-intellisense.lintFileOnSave: If set to true the Helm-Intellisense: Lint command will be executed(default: true)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].