- Automatic indentation.
- Completion based on local identifiers and tags with
<C-Space>. - Completion using adaquery with
<C-u>. - Tagbar integration. Use
<F8>to toggle the bar. - Syntastic integration:
- Check syntax using gcc with
<F3>. - Compile current file using gprbuild with
<F4>(For this you need to adapt the script adacheckfile to your needs). - Check coding rules using adacontrol with
<F5>(For this you need to adapt the script adacontrol to your needs).
- Check syntax using gcc with
- Project navigation:
- NERDCommenter integration. Use
<F2>to (un)comment a line.
Remarks:
- For tag-based features, you need to index your files with universal ctags first.
- For adaquery-based features, you need to index your files with adaquery first.