diff --git a/ROADMAP.md b/ROADMAP.md index 69b32331d..fcf7b1ffc 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,7 +1,12 @@ # 2021 Q2 Terraform Language Server Roadmap +The HashiCorp Editor Experience team develops the terraform-ls primarily through the lens of its use in the VSCode extension. For that reason, to see a big picture perspective of the team's efforts over the next quarter please refer to the vscode-terraform [roadmap](https://github.com/hashicorp/vscode-terraform/ROADMAP.md). + +Despite this focus on the VSCode extension, the team’s charter includes elevating the experience of using Terraform in as many IDE’s as we can through the improvement of the language server. When planning work we always take this into consideration to have the greatest positive impact on as many IDE users as possible. + ## Product Direction -Our top priority for the Terraform Language Server is to ensure that each widely used aspect of the Terraform language has the following IDE functionality +Our priorities for the Terraform Language Server are to ensure that each widely used aspect of the Terraform language has the following IDE functionality + * Autocomplete * Semantic token based syntax highlighting * Hover @@ -10,10 +15,6 @@ Our top priority for the Terraform Language Server is to ensure that each widely * Formatting * Symbols -We will generally prioritize work in this direction over other enhancements until full coverage is achieved. Occasionally, we'll prioritize other high-impact work based on user feedback, and are happy to work with external contributors even when it doesn't work toward this product direction. - -## Live Roadmap -To see specific features and planned work, see the [GitHub Project Board](https://github.com/orgs/hashicorp/projects/83) that we review and update weekly. This is our internal source of truth for planned engineering work, and is public in order to help users and contributors accurately understand status and project direction. - ## Disclosures + The product-development initiatives in this document reflect HashiCorp's current plans and are subject to change and/or cancellation at HashiCorp's sole discretion.