6 Visual Studio Tips to Increase Your Productivity | Mosh

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 234

  • @DelMadman
    @DelMadman 9 лет назад +209

    F2 to rename bookmark. Basically this key works everywhere as Rename command.

  • @Dotnetawy
    @Dotnetawy 6 лет назад +6

    Hello Mosh, thank you very much :)
    You can use ctrl+k+n to navigate to next bookmark and ctrl+shift+k+n to navigate to previous bookmark
    Use ctrl + m + o to collapse methods and classes

  • @jabdaomilang
    @jabdaomilang 8 лет назад +96

    Nice tips! But I think it would be good if you display the shortcut key you are pressing while you're saying it. Thanks.

    • @fernandogoncalves1891
      @fernandogoncalves1891 8 лет назад

      Jabbar Daomilang

    • @pateegutee7960
      @pateegutee7960 6 лет назад +1

      Fernando Goncalves :)

    • @zain-ul-abideen9574
      @zain-ul-abideen9574 4 года назад +1

      turn on subtitle buddy ;)

    • @GameDevNerd
      @GameDevNerd 3 года назад

      A valid suggestion. He doesn't mean show subtitles or captions but show some little key icons on the screen to help it visually sink in. Some of us are hearing impaired after all! 😄

  • @bestasphalt9player464
    @bestasphalt9player464 2 года назад +8

    So this is where it started.....

  • @winstoneshka
    @winstoneshka 7 лет назад +6

    In 2015 Adding bookmark is done by Ctrl+K; Ctrl+K, fast rename is done by switching to bookmarkview with Ctrl+K; Ctrl+W. Last added bookmark always selected (as for me),then F2.
    I think TODO comments are more effective. One just types it in the code and that's all.

  • @soumyadeep-mondal
    @soumyadeep-mondal 3 года назад +5

    First video of Mosh 😍😍😍😍😍

  • @DoubleBob
    @DoubleBob 8 лет назад +25

    I think it would be great, if you provided a list of all the shortcuts and topics in the description or at the end of the video.

    • @dijanabikovic7285
      @dijanabikovic7285 8 лет назад

      +FernestHall There are a few factors in learning to concentrate. One plan I discovered which successfully combines these is the Magic Focus Plan (google it if you're interested) without a doubt the best guide i've heard of. look at all the unbelievable information .

    • @AleksandarDjurovic90
      @AleksandarDjurovic90 8 лет назад

      Hi,
      did you try this Find Your Focus program? I'm interested to try it.

  • @imtiyaz215
    @imtiyaz215 10 месяцев назад +2

    Visual Studio Productive Tips
    Duplicate line: CTRL +D
    Delete line: CTRL + SHIFT + L
    Selecting all instances of word: ALT + SHIFT + .(period) and then pressing .(period) repeatedly
    Vertical Selection: Hold down Alt Key and making the selection with either the mouse or keyboard.
    To create multiple cursors in arbitrary locations: CTRL + Alt + Click
    Cut Entire Line: CTRL + X
    Comment: CTRL + [K, C]
    Un-Comment: CTRL + [K, U]
    Add Line Above: CTRL + Enter
    Below: CTRL + SHIFT + Enter
    Rename (Anything): CTRL + [R, R]
    Go To Definition: F12
    Find All References: SHIFT + F12
    Refactor to Method: CTRL + [R, M]
    Move Code Up: ALT + UpArrow
    Down: / ALT + DownArrow
    Format Document: CTRL + [K, D]
    Surround with Snippet: CTRL + [K, S]
    Collapse Class to Definitions: CTRL + [M,M] for collapsing one method and CTRL + [M, O] for all methods
    Organize Using Statements: CTRL + [R, G]
    Quick Fix (Add Methods, implement interface, etc): CTRL + . (period)
    Solution Explorer: CTRL + ALT + L
    Search to class or file: CTRL + ;
    Unity Project Explorer: SHIFT + ALT + E
    Creating Code Snippets:
    Creating Constructor: type ctor and then hit the tab
    Creating Properties: type prop and then hit the tab
    Creating Properties with full set and get snippets: type propfull and then hit the tab
    Creating try catch block: type try and then hit the tab
    Creating try finally block: type tryf and then hit the tab
    Switching between tabs: CTRL + tab
    Switch to next Tab: CTRL + F6
    Switch to previous tab: CTRL + Shift + F6
    Closing tab: CTRL + F4
    Closing all tabs: ALT + [W,L] ;
    Opening file without using solution explorer: CTRL + , (comma)

  • @mehdiSupp
    @mehdiSupp 9 лет назад +7

    Thanks for the precious time saving shortcuts, can't say the same for the length of this video

  • @sh3ldr0idhack3r5
    @sh3ldr0idhack3r5 3 года назад +1

    Man looking at ur first vid feels like something special. Cause now u have changed lives of many people including me keep up the good work and keep changing people's lives.

  • @uchitesting
    @uchitesting 4 года назад +1

    Oh it's Mosh!
    I did click randomly and did not recognize until I heard the thing about not using the mouse.
    I took some of your courses on Udemy. You're in the top instructors there amongst the one I took courses there.
    I belong to those people who find it useful to take advantage of shortcuts in software. One of the first things I do is browse the menu and read them.
    There are some I cannot seem to find though.
    One in particular is the one to look up the commands in the program. It makes a search input pop out ans for instance you could search for "toggle comments", "build solution", you name it. I think I found it some day but I forgot.
    There are also some shortcuts to navigate or edit code I love to use.
    Ctrl+Shift+L to Delete a line
    Ctrl+L to cut VIM style. then you can paste the line
    Ctrl+Shift+V to show clipboard history.
    Ctrl+D to duplicate a line
    Alt+↓ or Alt+↑ to move a line or selected lines up or down.
    You name it.
    1. Bookmark feature. 00:01
    I didn't know that feature but I manage the problem differently.
    I take notes. A notebook or on PC most likely Google Docs (because it is online and easy to retrieve from many devices)
    2. Code snippets 02:00
    I already know most of them. Thank you to complete
    3. Format code 06:48
    Ctrl+K,F seems to need you to select code.
    Ctrl+K,D doesn't → Faster IMHO
    I have Power tools installed but it wasn't configured/set by default. I was looking for a way to sort and reorganise usings.
    There is a command in the menu but it has no shortcut by default. I tried to assign one and didn't work well.
    In Eclipse it was Ctrl+Shift+O and I used it all the time. Now it is even simpler. Thanks.
    4. Manage tabs 09:29
    Ctrl+tab → Learnt in one of your courses. Pretty cool
    Ctrl+(Shift)+F6 Prev/Next tab didn't know
    My productivity issue is more like what you say about having millions of tabs opened. And even when I clean them, a few seconds later I'm back to too many tabs. I feel often stressed out because of that.
    I think videos (of even a complete course on Udemy) would be interesting should you ask me.
    Alt+W,L → My eyes are burning. My heart is pumping. Clean the mess of tabs out of the workspace!
    Ctrl+, → Navigate to dialog.
    Shift+Alt+Enter → I know but I'd love to find a way that would mimic the Ctrl+Shift+M from Eclipse. Basically what it does is maximize the panel that currently has focus. Code ? Full screen but you can still see the menu (and I like it), Solution explorer? You could maximize that too if it had focus.
    One you did not talk about is with power tools you can double-click to detach of attach back an editor tab.
    5. Collapse code blocks 13:54
    Ctrl+M,M → Toggle outlining expansion
    6. ReSharper 14:53 (mistakenly numbered 7 in the video)
    The content is outdated. VS has all this now. Taking some of the remarks you did in some courses regarding ReSharper, I see these features are now also included. That said ReSharper still has features I'd love to see in VS such as inline debug watches. I find this very convenient. I also like the inline parameter naming. I believe it will be part of one of the next versions. Who knows: maybe in VS 2021.
    Best regards.

  • @TheBigBossZero
    @TheBigBossZero 7 лет назад +5

    Oh my Mosh!!! Snippets... Now I use them every time.

  • @oDeathsentence
    @oDeathsentence 8 лет назад +24

    another way I have been using to format files: CTRL + K, D

    • @steveroger4570
      @steveroger4570 3 года назад

      Do that in a team project with version control, all line of code that you didn't touch may appear to be modified too (depending others vs your auto formatting style). Then, prepare for your supervisor and code reviewer to have you a meeting for justification when they see your mass modification on unrelated code.
      Or can just highlight the section you modified, and [Ctrl + K], [Ctrl + F]

  • @lixin5169
    @lixin5169 5 лет назад +1

    memo:
    1. use bookmarks
    Ctrl + K, K
    2. use code snippets
    ctor, prop, cw(Console.WriteLine), try, for, foreach, while...
    3. format your code
    select code, then Ctrl + K, F
    use Productivity Power Tool extention
    4. manage tabs with keyboard
    ctrl + tab/ctrl + shift + tab, ctrl + F4(close tab)
    ctrl + , search for anything
    shift + alt + enter(full screen)
    5. collapse code blocks
    ctrl + M, M
    6. use ReSharper

  • @Cronofear
    @Cronofear 5 лет назад +2

    Most of the tips are actually code snippets. There's a code snippet editor in VS that let's you create your own (for example, something like foreach, ctr, etc). Although i use Vissual Assist for my code snippets since i need it for c++ as well and the default snippet editor doesn't seem to support C++.

  • @vivekrajavadapalli4534
    @vivekrajavadapalli4534 8 лет назад +56

    Use F2 to rename the Book mark..

    • @gooroomp
      @gooroomp 8 лет назад +6

      Wanted to type it here but saw your reply.

  • @asadnaeem123
    @asadnaeem123 8 лет назад +2

    Tip 3 can be done with the following Tip: Just go to end of file and follow these steps:
    1 - Remove }
    2 - Write }
    It will automatically indent the code properly. You can use this technique even at class level, function level and at any level which is using {.......}. :)

  • @mboaacademy
    @mboaacademy Год назад +1

    Hello Am Abel Mboa From Kenya.
    I really enjoyed your content and you are the reason I even program you made me solve my curiosity in coding after watching your tutorials.

    • @mboaacademy
      @mboaacademy Год назад

      But I have a proposal I have opened up a programming school here in Kenya and would like to use your content in it

  • @navneetworld
    @navneetworld 8 лет назад +1

    Hi Mosh,
    thanks for this kind of good video.
    To edit bookmark without using mouse.
    You need to select bookmark from bookmark list(CRTL+UU) using arrow keys and press Key F2 to edit.
    after change press key Enter.
    that it...
    thanks

  • @BackerSultan
    @BackerSultan 4 года назад

    I'm using VS for more than 10 years and there are some of the tips in this video that are new to me! Thanks, Mosh!

  • @rickloyd8208
    @rickloyd8208 4 года назад

    If you need a bookmark, you are doing it right first //todo: you message, no UI and works in any editor! The second tip was useful, video is worth like, thanks!

  • @user-xg7hi5mh3g
    @user-xg7hi5mh3g Год назад

    Hi Mosh the best one, small tipp to reformat the code in such a nice way is go to the end of the script with a shortcut then delete the } and rewrite it again .

  • @dibley1973
    @dibley1973 8 лет назад

    Also you can format code by finding the last closing curly brace in the file, removing it and then re-typing it.

  • @eljerav6897
    @eljerav6897 2 года назад +1

    You can right click and dock the bookmarks as a tabbed document and then you can navigate with the arrow keys, hopes that helped :)

    • @rocket2739
      @rocket2739 2 года назад

      using a mouse ? ewwww

  • @suvashdhakal
    @suvashdhakal 3 года назад

    cw tab tab --> console.writeline()
    ctrl + tab --> switch between the classes
    ctor tab tab --> create a construcot
    ctrl+k k --> to add a book mark
    ctrl+w and ctrl+b -->to view the booksmarks
    prop tab tab --> to create a property
    propfull tab tab --> to create a property full
    equals tab tab --> creates Equals and Gethashcode method
    try tab tab --> creates try and catch block
    tryf tab tab -->creates try and finally block
    for tab tab -->creates for loop
    forr tab tab -->creates for loop in decrement
    foreach
    while
    do
    tab -> to move one tab right
    shift tab --> to move one tab left
    ctrl+k and ctrl+f --> to format the selection
    ctrl , --> to open navigation search
    shift ctrl enter --> full screen
    ctrl m m --> collapse/expand the class/namespace

    • @suvashdhakal
      @suvashdhakal Год назад

      Thank you Mosh, I have am a big fan of you and your videos. They have been very helpful in my programming career.

  • @ZeroSleap
    @ZeroSleap 3 года назад

    Last but not least,you can make your own code snippets.For all your custom needs.
    For example i made a code snipet to make a double for loop to iterate through a 2 dimensional array.

  • @31337flamer
    @31337flamer 5 лет назад

    one of the first things i learned is bookmarking :D
    ctrl+k+k ctrl+k+n ctrl+k+p lets u create and jump to "N" next and "P" previous bookmark :D
    u need ctrl+up ctrl+down to move lines and of course ctrl+w to select words
    these 6 commands are the most important imo.
    then theres ctrl+del to delete a whole line ;)
    u need to use shift and ctrl when u want to select inline
    if u know these u can code very fast. learn your keyboard and hotkeys these are your tools. use them like tools.

  • @somethingsomething3207
    @somethingsomething3207 7 лет назад

    A bit late, but when you press Ctrl-Tab to Switch between Tabs, you can navigate through the files in the panel pressing the arrow keys, you can access to the error Log too.

  • @GarrettFogerlie
    @GarrettFogerlie 9 лет назад +5

    Very helpful shortcuts, thank you!

  • @dfinlen
    @dfinlen 6 лет назад +1

    Ctrl+alt+l will open solution explorer tab twice and arrow keys to move through solution explorer

  • @KaushikRao
    @KaushikRao 7 лет назад

    Good one Mosh. Just an add on. You can also use Ctrl+K, D to format the code without any selection.. :)

  • @pournimagosavi6865
    @pournimagosavi6865 4 года назад

    Hello Mosh, it's been 5 years to this video and you are rocking on RUclips these days, I have got so inspired that me too wants to start youtube channel now. Can you share your starting days experience with me?

  • @bibekkhatri
    @bibekkhatri 4 года назад +1

    Sir, this was your first course and I love it.♥

  • @paulwhiterabbit
    @paulwhiterabbit 4 года назад

    I look for these features in my IDE of choice
    - navigate cursor position history
    - go to file without touching the file tree
    - go to member without scrolling
    - multi-cursor editing
    - open cmd/terminal quickly

    • @uchitesting
      @uchitesting 4 года назад

      I don't know them all but you could find them. Unfortunately some of these are involving the mouse though.
      My contribution:
      🔴 Navigate cursor position history
      My IDE telss Ctrl+. or Ctrl+Shift+. but it doesn't work here.
      🟢 Go to file without touching the file tree
      Isn't it the Ctrl+, showed in the video ? Otherwise try Ctrl+Shift+T or Ctrl+1,R to see recent files (pre-populated list)
      🟢 Go to member without scrolling
      Alt+*
      🟢 Multi-cursor editing
      If it is sequential lines in the same column
      Shift+Alt+↓ or Shift+Alt+↑ to select more line in the direction respectively to the arrow key.
      If it is in different part of the code (a few lines or columns away)
      Click in one of the spots first
      Then add spots maintaining Ctrl+Alt when clicking
      🟢 Open cmd/terminal quickly
      There are several cmd/Terminals you could open
      Ctrl+Alt+A Classic Windows Terminal
      Ctrl+ù Opens PowerShell Terminal. I have a French keyboard. I find this one fishy for US/UK/International keyboards. Maybe it is different.
      Ctrl+Alt+F to Open the interactive F# command prompt. I don't use that. I'd use the one for C# which has no shortcut by default and Ctrl+Alt+C seems available.
      Ctrl+Alt+I Immediate Window. I don't know exactly what it does honestly
      A shortcut for NuGet Package Manager Console would be much more interesting should you ask me.

  • @lemiu38d1
    @lemiu38d1 9 лет назад

    Mosh, to rename to bookmark using keboard, just simple select the bookmark and press F2. Thanks for your videos, they are great!!!

    • @Net.Center
      @Net.Center 2 года назад

      oldest reply on the oldest comment on the oldest video
      cool tip still :D
      also goodjob making it till here

  • @HaySidney
    @HaySidney 8 лет назад

    ctrl k, k to add the bookmark. ctrl k, w to open the bookmarks pane. use the arrows to scroll the bookmarks, and then press F2 on the one you'd like to rename.

  • @zoltanmike
    @zoltanmike 7 лет назад

    Thanks for the tips, those were great! Just a suggestion for all, get the VsVim plugin and learn to navigate using vim keyboard shortcuts, it greatly increased my productivity!

  • @LouisHong97
    @LouisHong97 9 лет назад +3

    This is a great series! Thank you, are you making more?

  • @KCAbramson
    @KCAbramson 8 лет назад

    Great video. This will save me so much time. It makes me wonder how many other gamechanging tweaks, extensions, and shortcuts I am missing.

  • @arielgabizon78
    @arielgabizon78 9 лет назад

    Awesome! Finally understood sinppets. Couldn't get to the bookmark list using Ctrl W-B (or any other way). Maybe that doesn't work in C++?

  • @tgsoon2002
    @tgsoon2002 7 лет назад

    1 Book mark is interesting, I will try to keep that.
    2 Snippet you can find some snippet free eidtor and add some more snippet or change the exist snippet to your coding style.
    I also hope that Mic change the comment to toggle instead of insert and remove separately.

  • @beaconbecay1648
    @beaconbecay1648 5 лет назад +1

    This dude saved my life. 🙌

  • @gkhnlts
    @gkhnlts 4 года назад

    productivity power tools trick is great for me thanks.

  • @wodzupl25
    @wodzupl25 6 лет назад +4

    7:35 instead of that -> ctrl+k+d Magic :D

    • @steveroger4570
      @steveroger4570 3 года назад

      It is actually [Ctrl + K] then [Ctrl + D] or just hold down [Ctrl], then [K], [D].
      And in a team project, doing that may result all other line of code you didn't touch appear to be modified too. Code reviewer will be wtf on your massive code changes when they trying to merge or reviewing your code. Then prepare to justify, argue, or get backfire.
      Safe play is to just highlight only your code section and [Ctrl + K], [Ctrl + F]

  • @rabimoshehizskiaavnergolde3195
    @rabimoshehizskiaavnergolde3195 7 лет назад +1

    You can just use ctrl + k + d to format stuff easily without extensions

    • @umerwaqas5943
      @umerwaqas5943 4 года назад

      Extensions have many othet options to go with
      It was only one mentioned here.

  • @vaibhavsalwe7179
    @vaibhavsalwe7179 8 лет назад +3

    Excellent tips.

  • @ihspan6892
    @ihspan6892 4 года назад

    very nice video, but you could display the table of contents in the beginning, display the shortcut key when pressing it, and make it 3-4 times shorter by speaking faster and getting rid of all the pauses

  • @dimitritravailloux1348
    @dimitritravailloux1348 8 лет назад

    Thanks you for this helpful video. I use VS every day and I learn a lot with your video (show the zoom with mouse wheel..good when we work on long part of code)

  • @joonamikkonen2774
    @joonamikkonen2774 7 лет назад

    Ooooooh this video is golden! Thank you for the tips! I had no idea these exist.

  • @stefanmoller5953
    @stefanmoller5953 8 лет назад

    Hi, nice Tips, Here a solution for your Bookark Mouse Problem: You can rename a Bookmark after u Added it with CTRL + K, K, using CTRL + W, B and press F2

  • @rahulvishwakarma5734
    @rahulvishwakarma5734 4 года назад

    sir, your tricks are very helpful for us thanks, your videos are awesome 🙌

  • @naipeadicto
    @naipeadicto 7 лет назад

    ahh ctrl comma shortcut is awesome!! Thanks!!

  • @blagovestpeshev5303
    @blagovestpeshev5303 5 лет назад

    Excellent tutorial and very useful shortcuts! Thanks!

  • @Kitazation
    @Kitazation 8 лет назад

    Thank you so much for this useful knowledge. I've watched only two of your videos and I already like your chanel. I think I will watch one of your multiple videos tutorials next.

  • @jasperdiongco862
    @jasperdiongco862 7 лет назад

    Great video! You saved my life, thank you!!!

  • @turkym7md5
    @turkym7md5 6 лет назад +1

    7:20; I just re-close the last curly bracket and all my code have been formatted, i think it's better than ctrl-a and ctrl+k and ctrl-f... hmm maybe

  • @LordHecthor
    @LordHecthor 8 лет назад +2

    awesome tips thanks

  • @Phill1476
    @Phill1476 7 лет назад

    Amazing Tips, going to help a great deal both (just wish I had found this a day ago, before I handed in first assignment)

  • @neilvermeulen5283
    @neilvermeulen5283 7 лет назад

    Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you!

  • @Freefalling_shr
    @Freefalling_shr 7 лет назад

    Great video. Made my coding much more fun!

  • @SamJongenelen
    @SamJongenelen 8 лет назад +2

    ' Rename bookmark hotkey' is the overall edit name hotkey; F2

  • @NabranAboubacar
    @NabranAboubacar 4 года назад

    nice ,thx for the info. how to hide (not collapse) other methods to focus on one? thx

  • @MoonbowDew
    @MoonbowDew 7 лет назад

    Great tips, man!
    Even though I'm sort of reluctant as to watching this kind of videos in the first place, I found your tutorial very useful. Have a sub.

  • @looksmart5000
    @looksmart5000 8 лет назад

    excellent video and useful hints. Thanks for dharing.

  • @zerosandones7547
    @zerosandones7547 3 года назад

    Thank you for the power tools! 🤯

  • @elchino7672
    @elchino7672 4 года назад

    Thank you. Very usefull

  • @abhinayganu
    @abhinayganu 4 года назад

    Easy to understand the snipped code

  • @DMC428
    @DMC428 9 лет назад

    In my Version of VS (2013) You have to press [CTRL + K] and after that [CTRL + W] to get the Bookmark-Window.
    To delete a bookmark, you have to go to the bookmarked line and press [CTRL + K] twice again and the bookmark will be removed. Maybe this saves someone some minutes of searching.
    EDIT:
    Ah, damn! I should start watching videos completely bevore I start writing comments. Sorry at this point.

  • @Greatfulone
    @Greatfulone 3 года назад

    Hi and thank you for the video. I am not sure if you have a video about this, but one of my questions is how do I prepare for interviews that do not let me use a full featured IDE? I have heard some developers do not believe in doing that because when you do work on a project, you have access to it. But regardless of where you stand on the issue, are there any activities besides practicing with a simple editor that would help you become comfortable enough with a language to just type it up? Thanks.

  • @ga7853
    @ga7853 8 лет назад

    Does those shortcuts applies to both VB and C#, because I was trying on VB and most does not work?You have a great way of illustrating your subjects, I really enjoyed it. Thank you

    • @TheCentaury
      @TheCentaury 8 лет назад

      some work in vb
      example tryf with TAB will do a try finally end try
      example try and ENTER will do a try Catch ex As Exception end try
      example If and double TAB will do a If True Then End If
      otherwise within the code, you do CTRL K then CTRL X and there are a lot of code snippets and you'll have some powerfull code snippets available
      You can then make your own code snippets and add them in there to use later or in other projects

  • @shivanitathe4703
    @shivanitathe4703 8 лет назад

    It was very useful ...Thanks mosh..
    But i dont understand ...wat is' resharper'?

  • @balaramu4380
    @balaramu4380 6 лет назад

    Your visual studio theme is so nice. My i know where to grab?

  • @DarthVaderi
    @DarthVaderi 8 лет назад

    F2 to rename the BookMark. It works for many other things too, in PC.

  • @David-wc8ze
    @David-wc8ze 7 лет назад

    Well done and thanks.

  • @alexanderlamas3353
    @alexanderlamas3353 6 лет назад

    Great video! Please keep up with the good job!

  • @MyUTube2312
    @MyUTube2312 6 лет назад

    Superb info. Thanks

  • @davidondrejek8947
    @davidondrejek8947 6 лет назад +3

    Please use 150% zoom for better viewer experience

  • @nidhindavid634
    @nidhindavid634 9 лет назад

    Thankx man...such a usefull video.. Incrediclly usefull.Thankz once again for your time on such a heavly useful video

  • @DenisTrebushnikov
    @DenisTrebushnikov 7 лет назад

    I had noticed you used these tips earlier... however, I hate ctrl+f5 combination... it too far to push them by one hand or it requiers to stretch the finders... even C::B have the one button to debug&run, even ms word have the best combo shift+f12, I ever used, to call the "save".BUT ctrl+F5!!! It drives me mad every time i have to use it!

  • @1keeviiin
    @1keeviiin 8 лет назад

    Thanks for the tips!

  • @Fistie
    @Fistie 5 лет назад

    Watching this at night. The first tip was very useful, but after the transition to the second tip i got blind.
    Nice video!

  • @lcalderon.molina
    @lcalderon.molina 8 лет назад

    Thank u so much !

  • @TheSlimshader
    @TheSlimshader 7 лет назад

    Hey, great tips! Will there be an update for VS 2017? For example Navigate To dialog has been replaced with Go To

  • @mrngg7732
    @mrngg7732 8 лет назад

    Excelent tips. Its helpfull. I have a question. Do you know an extension or option that make copy some piece of code into many forms at once? For example, I forgot to write a piece of code in 10 forms and i want to do it without going to each one and copy and paste the same code 10 times.

    • @fahimpopal39
      @fahimpopal39 8 лет назад

      Have you thought about an abstract class?
      Also, you could make a public class with some methods you need in the different classes, link it in every class and then use the methods just like that.

    • @fahimpopal39
      @fahimpopal39 8 лет назад

      Oops, i misunderstood the question.

  • @MaherKheder1
    @MaherKheder1 7 лет назад

    I know all what you said, but thank you very much, this is very important.
    I learned a lot of from your videos ,
    really thank you :)

  • @Sibir-bv2hp
    @Sibir-bv2hp 9 лет назад

    Thank you!

  • @otmanighoulassen6177
    @otmanighoulassen6177 8 лет назад

    Very cool ! thanks Mosh

  • @harounhajem7972
    @harounhajem7972 7 лет назад

    Jump from one bookmark to next ctrl-k-n and back ctrl-k-p. use this everyday

  • @ajayjadhav900
    @ajayjadhav900 2 года назад

    How to include sub-directories in Visual Studio?
    Add the "base folder" to the project (project properties -> Configuration Properties -> C/C++ -> Additional Include Directories, "additional include directories")
    but there are almost 50+ directories , It is not possible to add each and every folder.
    any other solution??

  • @enkhbayarnyambayar9400
    @enkhbayarnyambayar9400 4 года назад

    can someone tell me that whether I should use Visual Studio 2019 or Visual Studio code? Please help me. I am very struggled :(

  • @firdouskk
    @firdouskk 8 лет назад

    Good one... thanks brother...

  • @athiirapeter
    @athiirapeter 8 лет назад

    super tips.thank u so much

  • @yamazakialex2307
    @yamazakialex2307 6 лет назад

    Nice video, thanks for the tips!

  • @maxmustermann5111
    @maxmustermann5111 6 лет назад

    Great Video, t.hanks a lot

  • @ershrestha5685
    @ershrestha5685 4 года назад

    Dear Mosh, thank you so much for this tutorial. Can you tell me how your VS has customized SQL SQL Prompt , Team etc . Mine has only File Edit Select View.. Help

  • @SalmanZax
    @SalmanZax 7 лет назад

    really helpful thanks a lot

  • @IlyaHoltz
    @IlyaHoltz 7 лет назад

    Awesome!! Thnaks!

  • @armsoft4177
    @armsoft4177 7 лет назад

    Use F2 to rename something including bookmarks.

  • @Kombi-1
    @Kombi-1 7 лет назад

    Will watch that

  • @abdulmagedal-khulaifi6410
    @abdulmagedal-khulaifi6410 2 года назад

    Super useful video, thank you