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
  • 7 years ago
  • 4 hours ago
  • 12 years ago

Installs

  • Total 1K
  • Win 569
  • Mac 369
  • Linux 142
Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 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
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