Guest User

Untitled

a guest
Jan 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # Goland settings
  2. ## Preferences
  3. ### [Editor]-[Live Templates]
  4. register for shortcut of coding
  5.  
  6. ## Useful tips
  7. 1. bookmark
  8. ```
  9. [fn] + [option] + [F3]
  10. or
  11. [fn] + [F3]
  12. ```
  13.  
  14. 2. change to different window
  15. ```
  16. [Command] + 「`」
  17. ```
  18.  
  19. 3. move to the code last changed
  20. ```
  21. [Command] + 「[」
  22. [Command] + 「]」
  23. ```
  24.  
  25. 4. exclude files or directory from file search
  26. ```
  27. right click target directory from right project tab
  28. select [Mark Directory As] - [Excluded]
  29. ```
  30.  
  31. 5. jump to declaration (or implementation) of func
  32. ```
  33. [Command] + 「B」
  34. [Command] + [Option] +「B」
  35. ```
  36.  
  37. 6. see reference of function where to be called
  38. ```
  39. [Control] + [Option] + 「H」
  40. ```
  41.  
  42. 7. see structure of file
  43. ```
  44. [Command] + 7
  45. ```
  46.  
  47. 8. see changed source code in project
  48. ```
  49. [Command] + 9
  50. ```
Add Comment
Please, Sign In to add comment