Best IDE?
#31
I'm another VSCodium lover!!
Reply Report
#32
Vim for small files and VS Code for larger projects. I can't deal with navigating large project structures in vim, but VS Code handles everything I need perfectly.
Reply Report
#33
(09-03-2020, 10:39 AM)the Red Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
How about vim or notepad ++?
Lol, very funny
Reply Report
#34
(01-12-2021, 01:18 AM)phantom9z' Wrote:
(09-03-2020, 10:39 AM)the Red Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
How about vim or notepad ++?
Lol, very funny

notepad++ is very nice i use it with gcc anc gdb commanc line.
Contacts:

XMPP: longpig@jabber.calyxinstitute.org
XMPP: longpig@cryptbbsfmzv6dq4ec2iv6ravrw5ohgmklfagqhtvkgiaknvte5fylqd.onion
Reply Report
#35
Go Jetbrains.
Dump some bucks on a monthly basis and get the full suite.
You get prime IDE's for most languages, a sh|tload of free plugins, and a kickass DB management tool that covers ms sql to mongodb and everything in between.
It costs less than smoking or drinking for a month.
By far the best platform.
Languages supported is pretty much everything. C, C++, java, python, pearl, php, .net etc... It really covers them all
Reply Report
#36
(09-03-2020, 11:15 AM)Hackersploit178 Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Visual Studio Code is one of the most popular source code editor used by the programmers. It's fast it's lightweight and it's powerful too

VSCode is less secure right? regarding to privacy? I love it personally in my daily life... only in Qubes or Tails hmm.. What do you think ?

(01-12-2021, 01:18 AM)phantom9 Wrote:
(09-03-2020, 10:39 AM)the Red Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
How about vim or notepad ++?
Lol, very funny

Which version are you using? Notepad++ 7.9.2?

I worked with notepad and vb8 old school yea, for my stubs... compiling things..
Reply Report
#37
There is no best IDE, it is just a matter of taste and habit.

vim (or neovim) is my favorite
It is very versatile and customizable
It can run on an android phone inside termux or inside a chroot.
And according to the church of Emacs, it is the editor of the beast

I have also make a try with emac but since I have already learn vim I never tamed him.

Also I have trying a lot of editor like pycharm, code::block, visualstudio, eclipse, etc.. but I always go back to vim
Reply Report
#38
I recently discovered dev-c++ and its been doing a really good job for me.
It is a good compromise between full featured and light weight.

It is definitely more than a text editor but still is almost as light.
Help me rebuild the death star! : bc1q5a4gfn569l20wq6dsxj5ex3px6p3q9n64u23ky
Reply Report
#39
Honestly, I use neovim mostly but sometimes while I'm on Windows I use SciTE which is really lightweight.
Reply Report
#40
I personally use VS Code as its lightweight and easy to use. Sometimes i use sublime which can be handy in some situations
Reply Report



// $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });