1---
2stage: Create
3group: Source Code
4info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
5---
6
7# Using Solargraph
8
9Gemfile packages [Solargraph](https://github.com/castwide/solargraph) language server for additional IntelliSense and code formatting capabilities with editors that support it.
10
11Example configuration for Solargraph can be found in [.solargraph.yml.example](https://gitlab.com/gitlab-org/gitlab/-/blob/master/.solargraph.yml.example) file. Copy the contents of this file to `.solargraph.yml` file for language server to pick this configuration up. Since `.solargraph.yml` configuration file is ignored by Git, it's possible to adjust configuration according to your needs.
12
13Refer to particular IDE plugin documentation on how to integrate it with Solargraph language server:
14
15- **Visual Studio Code**
16  - GitHub: [`vscode-solargraph`](https://github.com/castwide/vscode-solargraph)
17
18- **Atom**
19  - GitHub: [`atom-solargraph`](https://github.com/castwide/atom-solargraph)
20
21- **Vim**
22  - GitHub: [`LanguageClient-neovim`](https://github.com/autozimu/LanguageClient-neovim)
23
24- **Emacs**
25  - GitHub: [`emacs-solargraph`](https://github.com/guskovd/emacs-solargraph)
26
27- **Eclipse**
28  - GitHub: [`eclipse-solargraph`](https://github.com/PyvesB/eclipse-solargraph)
29