Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Boss just gave me ReSharper Ultimate

Boss just gave me ReSharper Ultimate

Scheduled Pinned Locked Moved C#
question
10 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ian Klek
    wrote on last edited by
    #1

    Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?

    OriginalGriffO S P Kornfeld Eliyahu PeterK B 6 Replies Last reply
    0
    • I Ian Klek

      Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      Execute "Setup.exe"? :laugh:

      Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 Reply Last reply
      0
      • I Ian Klek

        Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        Ian Klek wrote:

        Any tips to get started?

        Don't blindly accept all its suggestions. I know that there are people who think that, out of the box, R# will make your code better. It won't - in some cases, you can end up obfuscating some extremely straightforward code which can end up making maintenance much harder. Saying that, if you accept the R# keyboard mappings, Ctrl+T will become your best friend. Go ahead, try it.

        This space for rent

        J 1 Reply Last reply
        0
        • I Ian Klek

          Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?

          S Offline
          S Offline
          Sascha Lefevre
          wrote on last edited by
          #4

          - Install - Fiddle around - Realize how it bogs down Visual Studio - Uninstall :laugh:

          If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

          F 1 Reply Last reply
          0
          • I Ian Klek

            Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?

            Kornfeld Eliyahu PeterK Offline
            Kornfeld Eliyahu PeterK Offline
            Kornfeld Eliyahu Peter
            wrote on last edited by
            #5

            Read trough the documentation of the options very carefully...Learn all the options it has and decide what to use and how... By default R# use a sometime very dumb rule-set, and the suggestions suffer from it...So configure it for your need... And even that, review all suggestions (and do not accept them as is) until you are feel, that you trust it...

            Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

            "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

            1 Reply Last reply
            0
            • I Ian Klek

              Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?

              B Offline
              B Offline
              BillWoodruff
              wrote on last edited by
              #6

              Lucky you ! This is a great tool; it is deep, with a staggering variety of options. imho, well worth the time to study how to use it, and to configure its options carefully. cheers, Bill

              «In art as in science there is no delight without the detail ... Let me repeat that unless these are thoroughly understood and remembered, all “general ideas” (so easily acquired, so profitably resold) must necessarily remain but worn passports allowing their bearers short cuts from one area of ignorance to another.» Vladimir Nabokov, commentary on translation of “Eugene Onegin.”

              1 Reply Last reply
              0
              • I Ian Klek

                Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?

                R Offline
                R Offline
                Ravi Bhavnani
                wrote on last edited by
                #7

                Ian Klek wrote:

                Any tips to get started?

                Yes.  Get a really fast machine. :-D /ravi

                My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                P 1 Reply Last reply
                0
                • S Sascha Lefevre

                  - Install - Fiddle around - Realize how it bogs down Visual Studio - Uninstall :laugh:

                  If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

                  F Offline
                  F Offline
                  Foothill
                  wrote on last edited by
                  #8

                  Not to mention the endless list of underlined 'suggestions' that it gives you making it harder to spot the underlined 'syntax errors.' I have had colleagues that used it and, in my opinion, didn't really do much to improve the code besides pointing out where you could've saved lines using the ? and ?? operators and a million suggestions to use var.

                  if (Object.DividedByZero == true) { Universe.Implode(); }

                  1 Reply Last reply
                  0
                  • R Ravi Bhavnani

                    Ian Klek wrote:

                    Any tips to get started?

                    Yes.  Get a really fast machine. :-D /ravi

                    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                    P Offline
                    P Offline
                    Pete OHanlon
                    wrote on last edited by
                    #9

                    Don't forget installing enough memory to keep Google running for the next 30 years.

                    This space for rent

                    1 Reply Last reply
                    0
                    • P Pete OHanlon

                      Ian Klek wrote:

                      Any tips to get started?

                      Don't blindly accept all its suggestions. I know that there are people who think that, out of the box, R# will make your code better. It won't - in some cases, you can end up obfuscating some extremely straightforward code which can end up making maintenance much harder. Saying that, if you accept the R# keyboard mappings, Ctrl+T will become your best friend. Go ahead, try it.

                      This space for rent

                      J Offline
                      J Offline
                      John Torjo
                      wrote on last edited by
                      #10

                      After that, try Alt-\ And then, Shift-F12, and then Alt-` That should be enough from the first month or so :D Best, John

                      -- Log Wizard - a Log Viewer that is easy and fun to use!

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups