Skip to main content

Command Palette

Search for a command to run...

My Windows 7 programming setup!!

I like it a little too!! :D

Published
3 min read
C

Hwlo There People!!! I am cybeartron a beginner programmer that likes to code and sometimes play games!! I like to do pixel art tooo!!!

Hwlo There!!!!!

So today I plan on sharing my Windows 7 programming setup!!

image.png

BUT HEY!!! Windows 7 is not good for anything let alone programming !! Its old, unsupported and bad!!!, you say...

But I have a reason!

I use a family computer and my family wants windows on the pc (for their work and all) and I can't install linux on it. I can't dual boot it, cuz the computer doesn't have much storage and they won't trust me for making changes like this. And windows 10 lags on our potato...

I plan on someday buying an external hard drive for installing linux on it and am saving.

So does it stop me from programming? NO! A BIG FAT NO!!!

So how do I program?

Ok So lets get started!!!

I like developing software for the desktop and am not a web dev so this will be accordingly.

Terminal:

CMDER:

So I use cmder a console/terminal for windows using the conemu terminal emulator and is my goto terminal.

Its a very nice little software I suggest every windows programmer to use!

image.png

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout, looking sexy from the start.

~Cmder's official site

As it says, it has a lot of nice features:

A.

GIT Preinstalled(if you download the full package): You don't have to install git separately if you install the full package. It will have the GIT vcs preinstalled in the path for you.

image.png

B.

Preinstalled Bash : You get a preinstalled bash with it!! Bash which is an unix utility thats actually nice is installed with cmder. You get Bash and Mintty with it!! Due to this, you can easily run bash and unix commands in windows and run sh files from the terminal.

image.png

C.

Different consoles and easy switching: Since it uses a console emulator, you can use a variety of consoles and terminals with it:

image.png

  • WSL (If its windows 7 and you installed wsl)
  • Powershell
  • CMD
  • Bash : Bash and Mintty

D.

Ez Copy paste and select!!

image.png

E.

Nice and easy customization!!

image.png Settings tab ↑

image.png Changed Theme ↑

Code Editor:

So my main code editor is:

VSCODE:

Vscode is an open source code editor by Microsoft that can be easily extensible using extensions and can work like an ide with enough extensions!!

image.png

It looks good and works better! You can have almost everything inside it:

  • A Code editing area: I mean... Its necessary right? lol

image.png

  • A built-in terminal: For running and debugging the code and quick commands.

image.png

  • Autocomplete and intellisense: I mean thats something everyone wants lol!! Ok not everyone..

  • A lot of nice extensions for almost every language and many other things!!

image.png

image.png

I also use the chocolatey package manager and Microsoft edge as my main browser!!

I guess thats it for today!!!

image.png

BYE!!!

N
Nekoto4y ago

I'm actually curious about VSCode's performance. I used Visual Studio and didn't like it at all because its so heavy and contains so much bloat from the time you install it, launching takes forever as well. So I thought VSCode had similar issues, but seeing that you're using it well I'm curious about how it performs, mainly just a few questions:

1. Is it speedy or does it lag?
2. Does it launch fast?
3. How much storage space does it take
4. Are the extensions very heavy?

Basically just those. I know I can Google up the answers but most people seem to heavily in favor of VSCode and I'm not sure if the opinions are biased, so I'd rather if you told me from your own experience how VSCode is. Thanks again for the help!

C

Yes... Vscode is actually a bit bloated!! I can't run much stuff along with it!! I am actually thinking of changing my main code editor but can't seem to find something good!! I don't want to use notepad++ cuz I don't want to use it anymore I have used it for a long time!!

Now to answer your questions:

  1. Yes it does lag!!

  2. It launches quick sometimes and sometimes doesn't

  3. 301 MB

  4. Depends but installing a lot of extensions does lag it a lot!!

So I actually wants some suggestions for a code editor as I am looking for an update!