Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 776 Bytes

File metadata and controls

19 lines (17 loc) · 776 Bytes

Customization

You can create your own keybindings for the refactorings if you want to. The commands that the plugin registers are the following:

  • On the workspace element
    • haskell-tools:start-server
    • haskell-tools:stop-server
    • haskell-tools:restart-server
    • haskell-tools:check-server
    • haskell-tools:undo-refactoring
    • haskell-tools:refactor:rename-definition
    • haskell-tools:refactor:generate-signature
    • haskell-tools:refactor:extract-binding
    • haskell-tools:refactor:inline-binding
    • haskell-tools:refactor:float-out
    • haskell-tools:refactor:organize-imports
    • haskell-tools:refactor:generate-exports
  • On the directories in tree view:
    • haskell-tools:toggle-package