14

My god... Just started out with Visual Studio learning Visual Basic... Coming from Debian + Vim with C, C++ and Python. How can you even use this thing?!

Comments
  • 1
    Visual Basic or Visual Studio?
  • 0
    @Hultan70 Visual Studio... I can learn VB, but ive been in Terminals all the time...
  • 4
    Personally I love Visual Studio... I kind of dislike Visual Basic though... What is it with VS that you don't like?
  • 5
    Answer: you switch to C# before it's too late.
  • 2
    why dont u use c#?
  • 0
    answer: you dont
  • 1
    i had the same shock when i started up vi in linux couldnt do anything 🙃

    i use VS a lot
  • 0
    @Hultan70 I click SPACE and it randomly generates 6 lines of code i dont want. I want to commit something and have to search for 10 Minutes flat, to find the right menu for this. I want to create an empty Python project, nope. Only IOT or Web projects possible. I want to open the very same project i created on my Linux box and loaded it onto github, nope it cant edit or execute without a solution, which i have to sync to github. It crashes or hangs often.
  • 2
    @vortexman100 use pycharm for python its free and nicer and lighter than VS

    cant imagine using vi as a dev environment so i can understand where you are coming from. great rant :)
  • 6
    that's what we call a learning curve. once used to it you'll probably find that visual studio is one of the best IDE's ever.
  • 2
    I think VS is more fun than a lot of other IDE's. Just have to get used to it.
  • 1
    @CodeMasterAlex Yes, especially when you consider that it can handle 10-20 different languages, win/web/mobile/etc, managed & unmanaged code, database projects etc...
  • 0
    I can say the say thing but the other way around.
  • 1
    @CodeMasterAlex VS plus ReSharper! Best combination.
  • 0
    @Yeah69 I use resharper but not a big fan of it as I never got used to the way it provides code completion and suggestions. In addition, it sometimes also suggests refactorings that look valid but actually break things. However I do think it is a good tool and can help a lot especially when a dev is not experienced.
  • 0
    if only it could support symfony and php in general as good as phpstorm does, it would be my only ide
  • 1
    @CodeMasterAlex of course there are rare cases where the refactorings of ReSharper may make an error. Because the developers of ReSharper are no gods, who can consider every of countless possibilities. But if that happens I always could just revert it with a single Ctrl+Z. But with ReSharper you can save a lot of time if the refactorings succeed, which is almost the whole time.
Add Comment