mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:30:12 +01:00
Add formatter mention to the goals (#1922)
Trying to do this without affecting too much. I think we've generally considered this to be part of "refactoring tools", since large-scale refactoring is assisted by automatic formatting, but formatting is visible enough that it's probably worth addressing directly. Fixes https://github.com/carbon-language/carbon-lang/issues/1656
This commit is contained in:
@@ -142,10 +142,11 @@ the language without the churn tax and version skew becoming unsustainable.
|
||||
|
||||
**Developer tooling.** We need developers to be productive while reading and
|
||||
writing Carbon code. We expect to provide a broad suite of development oriented
|
||||
tools ranging from refactoring tools to [LSP](https://langserver.org/)
|
||||
implementations and editor integrations. We also plan to provide machine
|
||||
readable forms of many parts of the language, such as a grammar, to ensure
|
||||
consistency between tools and enable the development of tools by others.
|
||||
tools ranging from formatting and refactoring tools to
|
||||
[LSP](https://langserver.org/) implementations and editor integrations. We also
|
||||
plan to provide machine readable forms of many parts of the language, such as a
|
||||
grammar, to ensure consistency between tools and enable the development of tools
|
||||
by others.
|
||||
|
||||
**Infrastructure to enable package management and other library ecosystem
|
||||
support.** The goal is to support what the ecosystem needs, regardless of the
|
||||
|
||||
Reference in New Issue
Block a user