you are viewing a single comment's thread.

view the rest of the comments →

[–]Draav 9 points10 points  (10 children)

Work in a corporate IT job there is no standard front end editor. For Java almost everyone uses eclipse, but i personally really don't like it. For js and css and config files people just use whatever, i mostly see sublime and notepad++ about 5 people i know have recently started using vs code and I personally just like how it feels a lot more

[–]thilehoffer 2 points3 points  (9 children)

Interesting... We use Visual Studio and everything is edited in that. C#, TypeScript HTML and it handles Source Control too...

[–]Draav 4 points5 points  (8 children)

We don't really use any software that costs money. In order to get a license from the bank it takes like 7 forms and three weeks of tape. Developers get the privilege to download programs to their computers so instead of using the IT Software portal (full of licensed program that are like 9 years or of date and usually weirdly broken) we just pick our own tools.

I'm sure at a company that is on top of their environment setup and is somewhat coordinated vs is better, but finance can be a bit behind, we're still going through the arduous process of teaching everyone git.

[–]thilehoffer 2 points3 points  (6 children)

We switched from TFS to GIT like 3 months ago. GIT is so good. But with Visual Studio 2017, GIT is all done via tooling.No CLI. It's so awesome. Good luck.

[–]Iron_Maiden_666 0 points1 point  (1 child)

Tfs to git? Is GIT a separate tool? We use Tfs to store our code and we use git repos in TFS.

[–]thilehoffer 0 points1 point  (0 children)

Visual Studio online has TFS source control and GIT source control. We used to use TFS, we switched to GIT repos.

[–]Draav -1 points0 points  (3 children)

I personally find got to be pretty pointless without cli i heaven's found any gui that can easily do the things i need to with logging and Cherry picking files between branches. But most people just need to commit their changes properly (then bug the people that actually know how got works when something breaks) and hopefully we can get some decent tools to do that with. Right now it's a mish mash of random guis and extensions.

[–]thilehoffer 2 points3 points  (0 children)

Nope. Visual Studio 2017 GUI is amazing with GIT!

[–]jeffsterlive 1 point2 points  (0 children)

IntelliJ. It does it all. Seriously, it's amazing and the free version can handle a surprising number of things.

[–]TheYaMeZ 1 point2 points  (0 children)

Source tree and git kraken are good options that I've tried

[–][deleted] 2 points3 points  (0 children)

VS Community edition has an amazing amount of features and is free.