scala.tmbundle

TextMate bundle for the Scala programming language

  • 所有者: mads-hartmann/scala.tmbundle
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Scala TextMate Bundle

Textmate bundle for the Scala Programming Language.

Using it

Snippets

As any good textmate bundle this one comes with a bunch of snippets that will make you more productive. To make it easier for you to remember all of the tab-completions the bundle strives to use the keywords as tab-triggers. As an example: If you wanted to create a new class you would simply write "class" and hit tab. If you wanted to create a case class you would type "case class" and hit tab and so on.

This of course means that the tab-triggers aren't as short as they could have been. If you're programming Scala every day you would probably prefer that you would only have to type "cc" and hit tab and it would expand into a case class. Now, Textmate doesn't allow a snippet to have multiple tab trigger (i.e. both "case class" and "cc") and having duplicated snippets would be a mess to maintain. So to fix this most of the snippets have a shorter version with expand to the "larger" version which in turn can expand to the full source. Here's and example

cc <tab> => case class <tab> => proper source for a case class

This means you have to hit tab twice but I think that's a fair tradeoff.

Playing with the code

The bundle offers several ways to play around with Scala code in your document - Hit ⌘R and see the options possible

  • Scala REPL: This will start the Scala REPL in a new tab in the a frontmost terminal window or create a new window if one doesn't exist.
  • Scala REPL: Preload file This will start the Scala REPL like above but it will preload the current file
  • Scala REPL: Paste selection This will paste the current selection in TextMate to active Terminal tab.

Other cool stuff

  • Align Assignments: This will align anything according to =>,=,->,<-.
  • Comments
    • Javadoc for line (⌘⇧D): Will analyze the the current line and add the appropriate documentation for the line (i.e. correct @param etc.)
    • New javadoc line (⇧⏎ in comment scope): Will create a new correctly indented comment line.

Shell variables

  • SCALA_DOC: If you want to browse the documentation offline, set this shell variable. Here's how mine is set: /Users/Mads/dev/programming_languages/scala-2.8.1.final-devel-docs
  • SCALA_HOME:If you want to be able to run and/or compile single files from within textmate /Users/Mads/dev/programming_languages/scala-2.8.0.final/
  • SCALA_COMPILER:Defaults to scalac.

Installation

Contributors

  • Mads Hartmann Jensen
  • Paul Phillips (paulp)
  • (murr4y)
  • (mikemckibben)
  • (fizx)

主要指標

概覽
名稱與所有者mads-hartmann/scala.tmbundle
主編程語言Ruby
編程語言Shell (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2010-05-18 08:56:19
推送於2018-12-03 02:39:51
最后一次提交2018-02-17 20:59:51
發布數0
用户参与
星數169
關注者數6
派生數28
提交數201
已啟用問題?
問題數48
打開的問題數8
拉請求數14
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?