LoginSignup
1
1

More than 5 years have passed since last update.

Light TableでClojureの関数ソースを見るショートカット

Posted at

作れます♪

"alt-s" [:editor.sublime.selectNextOccurrence (:eval.custom "(with-out-str (clojure.repl/source __SELECTION__))"  {:verbatim true})]

をUser keymapに設定しておけば、
カーソル位置の関数のソースがalt-sでインライン表示されます。

ソース表示したい関数名に記号が入っている場合(zero?など)、:editor.sublime.selectNextOccurrenceの部分では適切に選択できないので、自分で関数名の部分を選択してから実行する必要があります。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1