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. The Lounge
  3. Most Common/Favorite Keyboard Key(s)

Most Common/Favorite Keyboard Key(s)

Scheduled Pinned Locked Moved The Lounge
visual-studioquestion
54 Posts 36 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.
  • R Richard Blythe

    They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)

    The mind is like a parachute. It doesn’t work unless it’s open.

    L Offline
    L Offline
    la01
    wrote on last edited by
    #45

    Top ranked would be F5 and F10. Then, F11, Ctrl E + C, Ctrl E + U (WHY is there no toggle?), Windows + Tab

    1 Reply Last reply
    0
    • P Pete OHanlon

      It might as well just redirect you to Google. There was a time (many years ago) when the MSDN help was superb. Subsequent releases have made the product worse.

      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

      As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

      My blog | My articles | MoXAML PowerToys | Onyx

      U Offline
      U Offline
      urbane tiger
      wrote on last edited by
      #46

      Pete O'Hanlon wrote:

      There was a time (many years ago) when the MSDN help was superb. Subsequent releases have made the product worse.

      Industry trend - pathetic presentation, meaningless content - post modernism. rubout is well worn - my kb has keys for copy/cut/paste, they are shiny.

      1 Reply Last reply
      0
      • R Richard Blythe

        They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)

        The mind is like a parachute. It doesn’t work unless it’s open.

        K Offline
        K Offline
        kiwipyc
        wrote on last edited by
        #47

        I'm amazed no one else has actually admitted to the key that actually gets used the most. Backspace. I use it at least three times in every sentence or line of code!!! :) If you don't need to backspace every now and then you are just not coding fast enough! It's like trying to ski. If you don't fall over you're not really having fun!

        1 Reply Last reply
        0
        • R Richard Blythe

          They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)

          The mind is like a parachute. It doesn’t work unless it’s open.

          E Offline
          E Offline
          E Anderson
          wrote on last edited by
          #48

          Visual Studio C#: prop<tab><tab>

          1 Reply Last reply
          0
          • R Richard Blythe

            They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)

            The mind is like a parachute. It doesn’t work unless it’s open.

            K Offline
            K Offline
            kmoorevs
            wrote on last edited by
            #49

            Ctrl,C,V,Spacebar,Enter,X,Delete in that order

            1 Reply Last reply
            0
            • R Richard Blythe

              They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)

              The mind is like a parachute. It doesn’t work unless it’s open.

              H Offline
              H Offline
              Henk Nicolai
              wrote on last edited by
              #50

              In Visual Studio, the obvious F5 and Ctrl+S, but also F12 (go to definition) and Ctrl+Shift+F12 (go to next error).

              1 Reply Last reply
              0
              • R Richard Blythe

                :laugh: I use my left thumb for most of my spacebar hits. It's pretty worn on that side.

                The mind is like a parachute. It doesn’t work unless it’s open.

                J Offline
                J Offline
                James Lonero
                wrote on last edited by
                #51

                The spacebar or your left thumb?

                1 Reply Last reply
                0
                • M Mycroft Holmes

                  The only thing I really miss about VB is the Ctrl F2 and Ctrl Shift F2. Go to reference and return from reference. :sigh:

                  Never underestimate the power of human stupidity RAH

                  S Offline
                  S Offline
                  ScottK7
                  wrote on last edited by
                  #52

                  Just reading through this thread (yeah, ok, a month and a half later), I was surprised nobody mentioned up to this point Ctrl+- (i.e Ctrl+Dash). It's mapped as "navigate back", which when pressed successively will take you back through recent edit points in your code - effectively allowing you to return back from a reference lookup. It's certainly not my most used key combination, but probably my favorite "secret trick" command. (Ctrl+Shift+- is "navigate forward", but I don't have enough use for it to normally remember it.)

                  M 1 Reply Last reply
                  0
                  • S ScottK7

                    Just reading through this thread (yeah, ok, a month and a half later), I was surprised nobody mentioned up to this point Ctrl+- (i.e Ctrl+Dash). It's mapped as "navigate back", which when pressed successively will take you back through recent edit points in your code - effectively allowing you to return back from a reference lookup. It's certainly not my most used key combination, but probably my favorite "secret trick" command. (Ctrl+Shift+- is "navigate forward", but I don't have enough use for it to normally remember it.)

                    M Offline
                    M Offline
                    Mycroft Holmes
                    wrote on last edited by
                    #53

                    ScottK7 wrote:

                    (yeah, ok, a month and a half later)

                    And just what ARE you doing way back here, almost into the archives! Thanks for the tip, I'll definitely try it as I really miss the old VB shortcut.

                    Never underestimate the power of human stupidity RAH

                    S 1 Reply Last reply
                    0
                    • M Mycroft Holmes

                      ScottK7 wrote:

                      (yeah, ok, a month and a half later)

                      And just what ARE you doing way back here, almost into the archives! Thanks for the tip, I'll definitely try it as I really miss the old VB shortcut.

                      Never underestimate the power of human stupidity RAH

                      S Offline
                      S Offline
                      ScottK7
                      wrote on last edited by
                      #54

                      lol! Yeah, I was going through some old daily news emails I never got around to looking at and one of them had a link to this thread. But I figured it was worth raising the near-dead to pass that on.

                      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