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
  • 29 minutes ago
  • 11 years ago

Installs

  • Total 1K
  • Win 569
  • Mac 369
  • Linux 142
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 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7
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