Skip to content

v0.15.0

Compare
Choose a tag to compare
@pichillilorenzo pichillilorenzo released this 11 Feb 18:52
· 62 commits to master since this release

Fixes

  • Fixed "Angular 2 project created in wrong folder on Windows" #28
  • Fixed another issue with unused variable
  • Fixed "Create React App - Could not create a project called 'myApp' because of npm naming restrictions" #29, 'myApp' changed to 'my-app'
  • Fixed an issue caused by "echo" command in .bash_profile and similar when loading the system PATH variable of an user
  • Fixed Evaluate Javascript feature not working in Windows - "The filename, directory name, or volume label syntax is incorrect." error #32
  • Fixed ascii conversion of json.dumps call on Windows command arguments #35

Improvements

  • Updated flow-bin to 0.65.0

  • Show hint_parameters tooltip on commit_completion and on insert_snippet "()"

  • Added JavaScript Refactor commands (added to Main Menu, Context Menu and Side Bar Menu):

    • Convert to arrow function
    • Export:
      • Function
      • Class
      • Variable
    • Safe Copy
    • Safe Move
    • Safe Delete
    • Extract:
      • Variable
      • Field (current method, field declaration, class constructor)
      • Parameter
      • Method (global scope, current scope, class method)

    Read the Uncyclo to see how the Refactor Command works https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Code-Refactoring

  • Added "Open TerminalView Here…" command to Context Menu and Side Bar Menu

  • Forced "auto_complete_delay" option to 0 when showing JavaScript auto-completions

  • Improved default_autocomplete and surround_with_command with more options

  • Show .flowconfig errors in status bar

  • Added WindowView

  • Added Folder Explorer

Misc

  • Keymap changed, now you may want use "super" key instead of "ctrl" key
  • Added debug mode