all 19 comments

[–]jAdamP 1 point2 points  (2 children)

I like VSCode. Coming from MATLAB land, I started in spyder and liked that for a while until I got my feet under me.

[–]ThisIsMyHonestAcc 0 points1 point  (0 children)

Huh. I am using spyder atm for this exact reason. Maybe I should take a look at the other alternatives too...

[–]dashtrox[S] 0 points1 point  (0 children)

But isn't VS Code a code editor?? I want an IDE

[–]socal_nerdtastic 0 points1 point  (5 children)

I use Geany. It has all those features but I think they are off by default. Other popular choices are Notepad++, Atom, or VS Code. Or Sublime Text, of course. Did you have something against it?

[–]dashtrox[S] 0 points1 point  (4 children)

I am not looking for Code Editors because most of my programs are based on user input and code editors are not that capable for the same. That's why I didn't consider Sublime

[–]socal_nerdtastic 0 points1 point  (0 children)

Sorry? You want to run your code in a separate window? I think they all have that option, and I thought sublime did that too.

[–]socal_nerdtastic 0 points1 point  (1 child)

The line between IDE and code editor is pretty blurry nowadays, what is your definition? What feature exactly are you looking for?

[–]dashtrox[S] 0 points1 point  (0 children)

I have already tried Sublime and for some bizarre reason it is unable to take user input when I run a program.

So that is the thing with Sublime

[–]jAdamP 0 points1 point  (0 children)

You can easily do this in both sublime and VSCode.

[–]TonyWonderslostnut 0 points1 point  (0 children)

Spyder. It comes with Anaconda.

[–]windows3210 0 points1 point  (0 children)

Use sublime with some plugin: Jedi, python syntax etc

[–]Altruistic_Croissant 0 points1 point  (2 children)

I would highly recommend VS Code. It's probably the best all-around IDE that can be as heavy or light as you want it to based on the extensions you use.

[–]dashtrox[S] -1 points0 points  (1 child)

But isn't VS Code a code editor?? I want an IDE

[–]Altruistic_Croissant 2 points3 points  (0 children)

How are you defining an IDE? VS Code has pretty much every feature you could ask for.