ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Dashed Comments

This plugin inserts the comments block just before the current line with the same length by striping whitespaces.

Details

  • 2018.02.25.01.24.02
  • github.​com
  • github.​com
  • 6 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 1K
  • Win 569
  • Mac 369
  • Linux 142
May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

DashedComments for Sublime Text 2

This plugin inserts the comments block just before the current line with the same length by striping whitespaces. This is mainly used for ruby programmers.

Requirement

  • RubyFormat plugin to format your ruby code after inserting the comment block since it will strip the blank spaces which may have introduced by the indentation settings.

Installation

Package Control

Using Package Control, a package manager for Sublime Text 2.

In Sublime Text 2, press “win(cmd) + shift + p” and then type “install”.

Once you see “Package Control: Install Package”, enter.

When the packages load, another selection window will appear.

Type DashedComments and enter. All done!

Manual Installation

Open a terminal. change the path to Sublime Text 2 's packages folder. Then type the command like this:

cd "~/Library/Application Support/Sublime Text 2/Packages/"
  git clone git://github.com/email2vimalraj/DashedComments.git

Example:

#--------------------
# This is the comment
def comment_code

  #-----------------------------
  add_comment_block_on_top_of_me 
end

Useful

Key Binding

ctrl + alt + d on Windows
ctrl + alt + d on Linux
shift + cmd + d on Mac OS X

TODO List

  • Try to avoid the RubyFormat