-
由 Suzanne Selhorn 创作于
Because any maintainer can merge Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/397788
由 Suzanne Selhorn 创作于Because any maintainer can merge Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/397788
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
developing_with_solargraph.md 1.39 KiB
stage: Create
group: Source Code
info: Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/ee/development/development_processes.html#development-guidelines-review.
Using Solargraph
Gemfile packages Solargraph language server for additional IntelliSense and code formatting capabilities with editors that support it.
Example configuration for Solargraph can be found in .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.
Refer to particular IDE plugin documentation on how to integrate it with Solargraph language server:
-
Visual Studio Code
- GitHub:
vscode-solargraph
- GitHub:
-
Atom
- GitHub:
atom-solargraph
- GitHub:
-
Vim
- GitHub:
LanguageClient-neovim
- GitHub:
-
Emacs
- GitHub:
emacs-solargraph
- GitHub:
-
Eclipse
- GitHub:
eclipse-solargraph
- GitHub: