plugins:shortkeys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:shortkeys [2015/08/19 19:30] – [More] adminplugins:shortkeys [2018/01/10 20:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Shortkeys ====== ====== Shortkeys ======
  
-If you are familiar with Visual Assist plug-in for Visual Studio, most of the functions provided by Shortkey plug-in will be well known for you.+If you are familiar with Visual Assist plug-in for Visual Studio, most of the functions provided by Shortkey plug-in will be well known to you.
  
-The plug-in covers some gaps in editing/formatting functions for C like code (C, C++, JavaScript, PHP) which are not covered by standard functionality.+The plug-in covers some gaps in editing/formatting functions for C-like code (C, C++, JavaScript, PHP) which are not covered by standard functionality.
  
 ===== Comment/Uncomment Selection ===== ===== Comment/Uncomment Selection =====
Line 15: Line 15:
  
 ===== Insert _ after m and Shift ===== ===== Insert _ after m and Shift =====
-If you are using Hungarian notation for starting you member variables with **m_**, this shortkey will help you in automatic insertion of **_** after m and pressed Shift. +If you are using Hungarian notation for starting you member variables with **m_**, this shortkey will help you in an automatic insertion of **_** after m and pressed Shift. 
  
 ===== Smart Block (Multi Line) Comment ===== ===== Smart Block (Multi Line) Comment =====