Looking for awesome IDE

3 risposte [Ultimo contenuto]
Errigour
Offline
Iscritto: 09/06/2024

Hey does anyone know of any programming environment software that would be similar to Visual Studios Community? IDK kdevelop isn't in the software repository so maybe someone point me to a free IDE that has auto correction and stuff like file lookup and hover over data definitions to tell what the size of the data is etc...

eric23
Offline
Iscritto: 06/30/2017

There is a locked thread on IDEs and I do see that kdevelop is in the repositories if that is good fit for what you are looking for.

I don't know much about IDEs as I just use a text editor usually and compile the program and execute the program through the command line.

https://trisquel.info/en/forum/equipping-gnulinux-trisquel-aramo-integrated-development-environments-ides

Errigour
Offline
Iscritto: 09/06/2024

Ok thanks.

andyprough
Offline
Iscritto: 02/12/2015

Have you looked into vscodium? It's a build of Visual Studio Code, but under an MIT license and without any of Microsoft's telemetry: https://vscodium.com/

I don't know if it has all the features you are looking for, but it seems quite popular.