Posts:
568
Joined:
Mar 2020
Reputation:
Notepad++ etc... are editors and no IDEs, I think. IDEs are software like NetBeans or Eclipse for a specific language.
XMPP: centurychild@xmpp.jp [OTR ONLY]
XMPP: centurychild@cryptbbsfmzv6dq4ec2iv6ravrw5ohgmklfagqhtvkgiaknvte5fylqd.onion [OTR ONLY]
Posts:
49
Joined:
Jul 2020
Reputation:
If libre software is what you're looking for there is Vscodium.
Posts:
13
Joined:
Apr 2020
Reputation:
Are extensions in vscodium open source or not? I'm not sure if the extensions in vscodium will also have hidden telemetry because they're just the same extensions in vscode. Do u guys use Kali for coding?
Posts:
4
Joined:
Sep 2020
Reputation:
Visual Studio Code is king.
Posts:
5
Joined:
Sep 2020
Reputation:
Ive used VS mostly but have also played about with Code Blocks IDE which is free and pretty easy to use and configure
Posts:
29
Joined:
Jul 2020
Reputation:
In my opinion, IDE are bad. The other side of the fence would be VIM, it makes you understand what you are typing. People stick to IDE's sometimes because it detects errors before hand and supports a simple and fast execution method, which can hide the beauty of a compiler/linker (this is most true to C/C++). I would say that IDE's are a level of abstraction that is not necessarily good, because it hides a lot of shit.
But, you can use a text editor (VSCode, Atom) if you think Vim is too hardcore, though I always recommend Vim, even if it hard to learn. Sometimes in a dark terminal that's the only resource you have...
Posts:
1
Joined:
Sep 2020
Reputation:
I recommend Visual Studio Code.