Lint, Format and Code Completion in the Web IDE
<!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION -->
*This page may contain information related to upcoming products, features and functionality.
It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes.
Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.*
<!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION -->
Code formatters (`gofmt`, `prettier`) and linters (`eslint`, `rubocop`) are widely used to catch common mistakes and skip style nitpicking in code reviews. These tools provide machine readable output that can be rendered in the editor. We should use the lint settings in the project and the CI runner to lint files while typing.
Depends on https://gitlab.com/groups/gitlab-org/-/epics/167
### Links / references
https://kite.com/
epic