Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Add completion feature #41

Merged
merged 11 commits into from
Aug 18, 2016
Merged

Add completion feature #41

merged 11 commits into from
Aug 18, 2016

Commits on Jul 28, 2016

  1. Add completion feature

    mattn committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    73f4c04 View commit details
    Browse the repository at this point in the history
  2. fix indentation

    mattn committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    8e907eb View commit details
    Browse the repository at this point in the history
  3. Remove debug message

    mattn committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    4651e1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9a8e72 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Refactoring some implementation

    * remove shell dependencies
    * filter non-completion words
    * add CompletionItemKind
    * set the keyword it self for filterText instead of Module#method.
    * remove console.log (without error)
    mattn committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    c931e57 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    mattn committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    3f78b70 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. Better english

    mattn committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    03476ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404f212 View commit details
    Browse the repository at this point in the history
  3. Collect stdout/stderr

    mattn committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    713c75a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    739f1ca View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2016

  1. Use Buffer

    mattn committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    4a3803e View commit details
    Browse the repository at this point in the history