carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

LSP support for Carbon

Open shrkamat opened this issue 3 years ago • 2 comments
trafficstars

It will be great if a Language Server can be made available for Carbon. It can greatly help in adoption of the language.

shrkamat avatar Jul 24 '22 10:07 shrkamat

+1 As stated in the project goals under Language tools and ecosystem goals

Developer tooling. We need developers to be productive reading and writing Carbon code. We expect to provide a broad suite of development oriented tools ranging from refactoring tools to LSP 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.

https://github.com/carbon-language/carbon-lang/blob/trunk/docs/project/goals.md

But it's nice having an issue to point out this project goal specifically.

robiot avatar Jul 24 '22 11:07 robiot

Seems there was progress, see https://github.com/carbon-language/carbon-lang/issues/3169

JVApen avatar Sep 10 '23 18:09 JVApen