vim-ada VS gnatstudio

Compare vim-ada vs gnatstudio and see what are their differences.

vim-ada

Ready-to-deploy plugins and configuration which change Vim/NeoVim into (mostly Ada) IDE (by thindil)

gnatstudio

GNAT Studio is a powerful and lightweight IDE for Ada and SPARK. (by AdaCore)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vim-ada gnatstudio
7 12
26 376
- 2.7%
0.0 9.7
over 1 year ago 2 days ago
Vim Script Ada
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-ada

Posts with mentions or reviews of vim-ada. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-17.
  • The Ada ecosystem?
    5 projects | /r/ada | 17 Dec 2021
    In terms of bootstrapping your environment and getting started, I'd recommend looking at Vim-Ada and Awesome Ada. I also tried to write up some practical advice from my experience, which might be helpful.
  • Ada on any ARM Cortex-M device, in just a couple minutes
    2 projects | news.ycombinator.com | 12 Nov 2021
  • How do you quickly find Ada documentation?
    4 projects | /r/ada | 28 Oct 2021
    Vim-Ada has links to a built user-contributed docset to use.
  • Stdlib reference?
    1 project | /r/ada | 18 Sep 2021
    There's also instructions about how to install a Zeal docset for Ada in the vim-ada instructions.
  • Vim-Ada version 12.0 released
    1 project | /r/ada | 19 Aug 2021
    This version brings a couple (literally) new plugins (EasyMotion, QuickUI), one removed (Vim-Header) and one theme replaced (Gruvbox with Gruvbox8). For more detailed information about the changes, please look at the release page: https://github.com/thindil/vim-ada/releases/tag/v12.0
  • Favorite IDE?
    3 projects | /r/ada | 10 Mar 2021
    Due to often work with multi-language projects I use NeoVim with many plugins. I even created the project to easily configure Vim/NeoVim on GitHub. Generally, I looked at GPS and VS Code and put into Vim all these parts which I liked: like support for Ada Language Server, Zeal etc.
  • Looking for a "peaceful" font for Ada programming
    1 project | /r/ada | 12 Jan 2021
    You could look at Programming Fonts page, probably the best place to try to find any good font for you. Personally, I use FiraCode mostly due to ligatures. You can look here to see how the Ada code looks with FiraCode.

gnatstudio

Posts with mentions or reviews of gnatstudio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-08.
  • GNAT Studio Continuous Release 20230501
    1 project | /r/ada | 10 May 2023
  • Porting old firmware written in Ada to modern program
    1 project | /r/ada | 10 Mar 2023
    As for compilers, there really is only GNAT if you don’t want to spend extra money (note: It’s GCC based so you have a C and C++ compiler that comes with it). I definitely recommend getting a copy of Alire( https://alire.ada.dev/ ) to help get you started. If you want to use Visual Studio Code, there is Ada support for it (https://marketplace.visualstudio.com/items?itemName=AdaCore.ada). There is also GNAT Programming Studio (https://github.com/AdaCore/gnatstudio/releases). Once you have those then you can compile the C and Ada code and throw in extra C++ if you would like.
  • Which one do you use?
    1 project | /r/embedded | 23 Feb 2023
    "https://github.com/AdaCore/gnatstudio/releases"
  • GNAT 2023 (Beta) Seems Available!
    1 project | /r/ada | 27 Jan 2023
    This is not a GNAT (the compiler) release, it is a continuous release of GNATstudio (the IDE).
  • gnatstudio: GNAT Studio is a powerful and lightweight IDE for Ada and SPARK
    1 project | /r/u_TsukiZombina | 8 Nov 2022
  • Where to get latest stable GNAT Studio?
    1 project | /r/ada | 22 Oct 2022
    As of today Alire doesn’t install GNAT Studio automatically, but you can get a release for Windows x64-64 or Linux x86-64 from the repository: https://github.com/AdaCore/gnatstudio/releases Once GNAT Studio is installed and in the PATH, you only have to use the command $ alr edit in your crate to start it.
  • Memory Safety in the D Programming Language (Part 2 of N)
    2 projects | /r/programming | 8 Oct 2022
    https://alire.ada.dev https://github.com/Adacore/gnatstudio
  • Got this error while running Alire... not sure how to proceed
    1 project | /r/ada | 31 Jul 2022
  • How to install GNAT 3.14b on FreeDOS 1.3
    1 project | /r/ada | 4 Jul 2022
    Today in the year 2022 the way to install the GNAT compiler on a Debian/Ubuntu system is to execute "sudo apt install gnat gprbuild" in the terminal, followed by downloading and installing the GNAT Studio IDE from https://github.com/AdaCore/gnatstudio/releases. This is described at https://alire.ada.dev/transition_from_gnat_community.html and also how to install the GNAT compiler on other platforms. In the era of the GNAT Community Edition 2007-2021 (https://www.adacore.com/download), the process for installing the compiler and tools was simplified from the 2007 version of the compiler and ended in 2021 with simply executing a script called doinstall where the installation directory for example /usr/gnat was pointed out and then the path /usr/gnat/bin directory was put on the PATH environment variable. In previous versions of the GNAT compiler there was a need to specify more environment variables in order to be good to go which I recently learned when installing the GNAT 3.14b compiler (https://sourceforge.net/projects/gnuada/files/GNAT_P%20MS-Dos%20i386/3.14/) from 2002 on FreeDOS 1.3 (https://freedos.org/). Let's say the GNAT 3.14b compiler has been unzipped in the directory C:\GNAT\. There are then three directories which need to be put on the PATH environment variable:
  • What's New in Ada 2022
    3 projects | news.ycombinator.com | 20 Jun 2022
    There is an Ada specific IDE with a nice memory footprint here.

    https://github.com/AdaCore/gnatstudio

What are some alternatives?

When comparing vim-ada and gnatstudio you can also consider the following projects:

zeal - Offline documentation browser inspired by Dash

awesome-ada - A curated list of awesome resources related to the Ada and SPARK programming language

ada_language_server - Server implementing the Microsoft Language Protocol for Ada and SPARK

PolyORB - PolyORB provides a uniform solution to build distributed applications relying either on middleware standards

jc.nvim - Java autocompletion for neovim

void-packages - The Void source packages collection

panelmanager.vim - Panel Manager for Vim

brookfreepascal - The perfect Free Pascal framework for your web applications.

libadalang - Ada semantic analysis library.

fpm - Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.

doctest - The fastest feature-rich C++11/14/17/20/23 single-header testing framework