9
LeoZues
7y

!rant

Visual Studio Awesomeness!

Comments
  • 2
    VS is an amazing IDE. πŸ‘
  • 4
    Every modern ide has it...
  • 2
  • 1
    Also use ReSharper plug in from jetbrains. It's amazing
  • 7
    Wait... what? Intellisense? Type-ahead? Auto-complete? Whatever you want to call it!

    Yeah - that's pretty much everywhere.
  • 0
    @CrankyOldDev do other editors suggest you variable names?
  • 0
    @fun2code no. See the pic. Suggested name for the variable which I was just declaring. It is suggesting based on the class name! I am sure no other ide does that.
  • 0
    @fun2code wouldn’t be a hard plugin to write at all
  • 0
    @dev0urer Yes. I agree. I appreciated the VS Dev team's thought to put this thing built in. They made a dev's life easy to its extremes
  • 3
    @LeoZues CLion and especially IntelliJ which I use, do so. They suggest variable names, they have every kind of auto-completation. The IntelliJ Java IDE is claimed to be the most intelligent Java IDE, their other IDE's as probably as intelligent as their main product IntelliJ.
    See here: https://jetbrains.com/idea/...
  • 1
    @LeoZues OK. I see now. I didn't know what you were getting at.
  • 2
    @LeoZues other than the fact that VS is slow and bloated to the extreme. I would use it, but I much prefer the lighter weight open-source alternatives
  • 1
    Intellij does it too
  • 0
    All jetbrains ide and eclipse based ide have that... @MCCshreyas
  • 1
    @leozues I read your name in the author section, and for a second I thought I found your namesake πŸ˜‚πŸ˜‚
  • 0
    I've seen this feature in Eclipse too. Intellij even tells me to change a variable's name, because of it's scope, "to make much more sense". I was blown away that day.
  • 0
    @watzon Any light weight IDE needs a lot of typing.. my fingers pain πŸ˜‹! With VS, everything is just a TAB away ☺️.
Add Comment