195 lines
4.7 KiB
Text
195 lines
4.7 KiB
Text
#custom eclipse commands go here
|
|
app: eclipse
|
|
-
|
|
tag(): user.find_and_replace
|
|
tag(): user.line_commands
|
|
# tag(): user.multiple_cursors
|
|
# tag(): user.snippets
|
|
tag(): user.splits
|
|
tag(): user.tabs
|
|
#talon app actions
|
|
action(app.tab_close): key(ctrl-w)
|
|
action(app.tab_next): key(ctrl-pagedown)
|
|
action(app.tab_previous): key(ctrl-pageup)
|
|
#action(app.tab_reopen):
|
|
action(app.window_close): key(alt-f4)
|
|
action(app.window_open): key(alt-w n)
|
|
#talon code actions
|
|
action(code.toggle_comment): key(ctrl-7)
|
|
|
|
#talon edit actions
|
|
action(edit.indent_more): key(tab)
|
|
action(edit.indent_less): key(shift-tab)
|
|
action(edit.save_all): key(ctrl-shift-s)
|
|
|
|
# splits.py support begin
|
|
# requires https://marketplace.eclipse.org/content/handysplit
|
|
action(user.split_clear_all): key(alt-shift-s f)
|
|
action(user.split_clear): key(alt-shift-s f)
|
|
# action(user.split_flip):
|
|
action(user.split_last): key(alt-shift-s t)
|
|
action(user.split_next): key(alt-shift-s t)
|
|
action(user.split_window_down): key(alt-shift-s m)
|
|
action(user.split_window_horizontally): key(alt-ctrl-s s)
|
|
action(user.split_window_right): key(alt-shift-s m)
|
|
action(user.split_window_up): key(alt-shift-s m)
|
|
action(user.split_window_vertically): key(alt-shift-s s)
|
|
action(user.split_window): key(alt-ctrl-s s)
|
|
# splits.py support end
|
|
|
|
#multiple_cursor.py support begin
|
|
#note: vscode has no explicit mode for multiple cursors
|
|
# action(user.multi_cursor_add_above):
|
|
# action(user.multi_cursor_add_below):
|
|
# action(user.multi_cursor_add_to_line_ends):
|
|
# action(user.multi_cursor_disable):
|
|
# action(user.multi_cursor_enable):
|
|
# action(user.multi_cursor_select_all_occurrences):
|
|
# action(user.multi_cursor_select_fewer_occurrences):
|
|
# action(user.multi_cursor_select_more_occurrences):
|
|
#multiple_cursor.py support end
|
|
|
|
please [<user.text>]:
|
|
key(ctrl-3)
|
|
insert(user.text or "")
|
|
|
|
# Sidebar
|
|
bar explore: key(alt-shift-w p)
|
|
# bar extensions:
|
|
bar outline: key(alt-shift-q o)
|
|
|
|
# bar run:
|
|
|
|
# bar source:
|
|
# bar switch:
|
|
|
|
# Panels
|
|
# panel control:
|
|
panel output:
|
|
key(alt-shift-q)
|
|
sleep(200ms)
|
|
key(c)
|
|
panel problems:
|
|
key(alt-shift-q)
|
|
sleep(200ms)
|
|
key(x)
|
|
panel errors:
|
|
key(alt-shift-q)
|
|
sleep(200ms)
|
|
key(l)
|
|
panel breakpoints:
|
|
key(alt-shift-q)
|
|
sleep(200ms)
|
|
key(b)
|
|
panel search:
|
|
key(alt-shift-q)
|
|
sleep(200ms)
|
|
key(s)
|
|
panel variables:
|
|
key(alt-shift-q)
|
|
sleep(200ms)
|
|
key(v)
|
|
# panel switch:
|
|
# panel terminal:
|
|
|
|
# Settings
|
|
show settings: key(alt-w p)
|
|
show shortcuts: key(ctrl-shift-l)
|
|
#show snippets:
|
|
|
|
# Display
|
|
# centered switch:
|
|
# fullscreen switch:
|
|
# theme switch:
|
|
# wrap switch:
|
|
# zen switch:
|
|
|
|
# File Commands
|
|
file hunt [<user.text>]:
|
|
key(ctrl-shift-r)
|
|
sleep(50ms)
|
|
insert(text or "")
|
|
# file copy path:
|
|
# file create sibling:
|
|
file create: key(ctrl-n)
|
|
file open folder: key(alt-shift-w x)
|
|
file rename:
|
|
key(alt-shift-w p enter f2)
|
|
file reveal: key(alt-shift-w p enter)
|
|
|
|
# Language Features
|
|
# suggest show:
|
|
# hint show:
|
|
# definition show:
|
|
# definition peek:
|
|
# definition side:
|
|
# references show:
|
|
# references find:
|
|
# format that:
|
|
# format selection:
|
|
imports fix: key(ctrl-shift-o)
|
|
# problem last:
|
|
# problem fix:
|
|
# rename that:
|
|
# refactor that:
|
|
# whitespace trim:
|
|
# language switch:
|
|
refactor rename: key(alt-shift-r)
|
|
refactor this: key(alt-shift-i)
|
|
|
|
#code navigation
|
|
(go declaration | follow): key(f3)
|
|
go back: key(alt-left)
|
|
go forward: key(alt-right)
|
|
# go implementation:
|
|
# go recent:
|
|
# go type:
|
|
# go usage:
|
|
|
|
# Bookmarks.
|
|
#requires https://marketplace.eclipse.org/content/quick-bookmarks
|
|
go marks: key(alt-end)
|
|
toggle mark: key(ctrl-alt-b down enter)
|
|
go next mark: key(alt-pagedown)
|
|
go last mark: key(alt-pageup)
|
|
|
|
# Folding
|
|
# fold that:
|
|
# unfold that:
|
|
# fold those:
|
|
# unfold those:
|
|
# fold all:
|
|
# unfold all:
|
|
# fold comments:
|
|
|
|
#Debugging
|
|
break point: key(ctrl-shift-b)
|
|
step over: key(f6)
|
|
debug step into: key(f5)
|
|
debug step out [of]: key(f7)
|
|
#debug start: user.vscode("workbench.action.debug.start")
|
|
#debug pause:
|
|
#debug stopper:
|
|
debug continue: key(f8)
|
|
#debug restart:
|
|
|
|
# Terminal
|
|
# terminal external: user.vscode("workbench.action.terminal.openNativeConsole")
|
|
|
|
# terminal new: user.vscode("workbench.action.terminal.new")
|
|
# terminal next: user.vscode("workbench.action.terminal.focusNextPane")
|
|
# terminal last:user.vscode("workbench.action.terminal.focusPreviousPane")
|
|
# terminal split: user.vscode("workbench.action.terminal.split")
|
|
# terminal trash: user.vscode("Terminal:Kill")
|
|
# terminal scroll up: user.vscode("Terminal:ScrollUp")
|
|
# terminal scroll down: user.vscode("Terminal:ScrollDown")
|
|
|
|
#TODO: should this be added to linecommands?
|
|
copy line down: key(ctrl-alt-down)
|
|
copy line up: key(ctrl-alt-up)
|
|
|
|
#Expand/Shrink AST Selection
|
|
# select less: user.vscode("editor.action.smartSelect.shrink")
|
|
# select (more|this): user.vscode("editor.action.smartSelect.expand")
|
|
|
|
|