Skip to content
Snippets Groups Projects
Unverified Commit 5983e323 authored by Erran Carey's avatar Erran Carey Committed by Amy Qualls
Browse files

Document supported languages for the Neovim plugin

parent 669c9b06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,25 +65,25 @@ Suggestion quality for other languages and using natural language code comments
 
Editor support for languages is documented in the following table.
 
| Language | VS Code | JetBrains IDEs | Visual Studio | Neovim |
|---------------------------------|--------------------------------------------------------------|------------------------------|---------------|--------|
| C++ | ✓ | | ✓ | |
| C# | ✓ | ✓ | ✓ | |
| Go | ✓ | ✓ (IDEA Ultimate / GoLand) | ✓ | |
| Google SQL | | | ✓ | |
| Java | ✓ | ✓ | ✓ | |
| JavaScript | ✓ | ✓ | ✓ | |
| Kotlin | ✓ | ✓ | ✓ | |
| PHP | ✓ | ✓ (IDEA Ultimate) | ✓ | |
| Python | ✓ | ✓ | ✓ | ✓ |
| Ruby | ✓ | ✓ (IDEA Ultimate / RubyMine) | ✓ | ✓ |
| Rust | ✓ | ✓ | ✓ | |
| Scala | ✓ | ✓ | ✓ | |
| Swift | ✓ | ✓ | ✓ | |
| TypeScript | ✓ | ✓ | ✓ | |
| Google Cloud CLI | | | | |
| Kubernetes Resource Model (KRM) | | | | |
| Terraform | ✓ (Requires 3rd party extension providing Terraform support) | | | |
| Language | VS Code | JetBrains IDEs | Visual Studio | Neovim |
|------------------|------------------------|------------------------|------------------------|--------|
| C++ | **{check-circle}** Yes | **{dotted-circle}** No | **{check-circle}** Yes | **{check-circle}** Yes |
| C# | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| Go | **{check-circle}** Yes | **{check-circle}** Yes (IDEA Ultimate / GoLand) | **{check-circle}** Yes | **{check-circle}** Yes |
| Google SQL | **{dotted-circle}** No | **{dotted-circle}** No | **{check-circle}** Yes | **{check-circle}** Yes |
| Java | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| JavaScript | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| Kotlin | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| PHP | **{check-circle}** Yes | **{check-circle}** Yes (IDEA Ultimate) | **{check-circle}** Yes | **{check-circle}** Yes |
| Python | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| Ruby | **{check-circle}** Yes | **{check-circle}** Yes (IDEA Ultimate / RubyMine) | **{check-circle}** Yes | **{check-circle}** Yes |
| Rust | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| Scala | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| Swift | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| TypeScript | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes | **{check-circle}** Yes |
| Google Cloud | **{dotted-circle}** No | **{dotted-circle}** No | **{dotted-circle}** No | **{dotted-circle}** No |
| Kubernetes Resource Model (KRM) | **{dotted-circle}** No | **{dotted-circle}** No | **{dotted-circle}** No | **{dotted-circle}** No |
| Terraform | **{check-circle}** Yes (Requires third-party extension providing Terraform support) | **{dotted-circle}** No | **{dotted-circle}** No | **{check-circle}** Yes (Requires third-party extension providing the `terraform` file type) |
 
## Supported editor extensions
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment