-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #778 from breathingdust/d-q1-2022-roadmap
Q1 2022 Roadmap
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 2021 Q2 Terraform Language Server Roadmap | ||
|
||
## 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 | ||
* Autocomplete | ||
* Semantic token based syntax highlighting | ||
* Hover | ||
* Document linking | ||
* Diagnostics | ||
* 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. |