You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Code completion for names, keywords, aggregates, etc.
17
18
* Code navigation, such as Go to Definition/Declaration, Find All References, Call Hierarchies, etc.
18
19
*[Code refactoring](#refactoring-tools) like insert named associations, auto-add `with`-clauses, etc.
@@ -126,7 +127,7 @@ formatting might no succeed on incomplete/illegal code.
126
127
127
128
***Toooling support**: we currently provide minimal support for *SPARK* (see *Prove/Examine* tasks in the [Auto-detected tasks](#auto-detected-tasks) section), but there is no support for tools such as *CodePeer*, *GNATcheck*, *GNATtest* or *GNATcoverage*.
128
129
129
-
***Project support**: there is no `Scenario` view: users should configure scenarios via the *ada.scenarioVariables* setting (see the settings list available [here](doc/refactoring_tools.md)). You can execute the *Developper: Reload Window* command to reload your project after saving the new scenario values (use the *Ctrl+P* shortcut to invoke the **Command Palette**, allowing you to execute commands).
130
+
***Project support**: there is no `Scenario` view: users should configure scenarios via the *ada.scenarioVariables* setting (see the settings list available [here](doc/refactoring_tools.md)). You can execute the *Ada: Reload project* command to reload your project after saving the new scenario values (use the *Ctrl+P* shortcut to invoke the **Command Palette**, allowing you to execute commands).
130
131
131
132
Source directories from imported projects should be added in a [workspace file](https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspaces). If you already have a workspace file, the extension will propose you to automatically add all the source directories coming from imported projects to your workspace automatically at startup.
132
133
@@ -224,7 +225,9 @@ Here is an example config file from the gnatcov project:
224
225
}
225
226
```
226
227
227
-
## Integration with Coc.NVim
228
+
## Integration with other editors and IDEs
229
+
230
+
### Integration with Coc.NVim
228
231
229
232
If you want to use the Ada Language Server with Vim/Neovim, you can use the
230
233
[Coc.NVim](https://github.com/neoclide/coc.nvim). You'll have to
@@ -252,7 +255,7 @@ configure the Ada Language Server with `:CocConfig`:
252
255
}
253
256
```
254
257
255
-
## Integration with vim-lsp
258
+
###Integration with vim-lsp
256
259
257
260
If you want to integrate the Ada Language Server into vim, you can use the
0 commit comments