From 42e1d2703441978ab0d1302f9ec0a0d6693b21a2 Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Thu, 1 Dec 2022 21:52:28 +0100 Subject: [PATCH] add section 'Editor and IDE Integrations' (#78) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e72e4a6..0dc35e8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [Tools](#tools) - [Blog posts and opinions](#blog-posts-and-opinions) - [Playbooks, Roles and Collections](#playbooks-roles-and-collections) +- [Editor and IDE Integrations](#editor-and-ide-integrations) ## Official resources @@ -125,3 +126,11 @@ - [DebOps](https://docs.debops.org/en/master/) - A extensive collection of Debian based Ansible Playbooks. - [ansible-ssm](https://github.com/HQarroum/ansible-ssm) - An ansible role to provision physical and virtual hosts with the AWS SSM agent. - [BlueBanquise](https://github.com/bluebanquise/bluebanquise) - An ansible coherent roles collection to deploy clusters. + +## Editor and IDE Integrations + +> Awesome Integrations into Text Editors and IDE's to make development with/for Ansible easier. + +- [Ansible Language Server](https://github.com/ansible/ansible-language-server) - Language Server that adds support for Ansible, to compatible Editors. +- [Emacs - Ansible client for Language Server Protocol](https://emacs-lsp.github.io/lsp-mode/page/lsp-ansible/) - Emacs support for Ansible Language Server Protocol. +- [VS Code - official Ansible Extension](https://marketplace.visualstudio.com/items?itemName=redhat.ansible) - Adds language support for Ansible to Visual Studio Code and OpenVSX compatible editors by leveraging ansible-language-server.