haskell-ide-chart icon indicating copy to clipboard operation
haskell-ide-chart copied to clipboard

Add information about refactoring support

Open rainbyte opened this issue 8 years ago • 0 comments

Probably a refactoring-specific chart would be needed, because there are various items to compare.

At least the following ones should be mentioned:

  • Rename symbol
  • Extract function
  • Delete unused code (e.g. unused non-exported function)
  • Change scope (e.g. move to let or where)
  • Add/remove function argument
  • Inline definition (replace a function with its body)
  • Expand TH macro (I think this was mentioned on reddit)

rainbyte avatar Mar 10 '17 00:03 rainbyte