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

When using go-languageserver, also use code completion feature #1607

Merged
merged 11 commits into from
May 27, 2018
Merged

When using go-languageserver, also use code completion feature #1607

merged 11 commits into from
May 27, 2018

Commits on Apr 5, 2018

  1. When using go-languageserver, also use code completion

    Instead of using go-code, use go-languageserver for providing
    code completion results when enabled. Solves #1593
    m90 committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    ad7b9f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Add naive feature detect for language server feature

    In case executing the binary with an unknown flag does not yield
    the -gocodecompletion flag in the help output, we assume the version
    installed is out of date and prompt for updating
    m90 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    6554ee6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Configuration menu
    Copy the full SHA
    55901d3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. update from master branch

    m90 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f2d7910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f901c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4216a5a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Merge from upstream master

    m90 committed May 25, 2018
    Configuration menu
    Copy the full SHA
    02ba529 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Configuration menu
    Copy the full SHA
    00aae74 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Revert changes to langserver detection, merge onReady callbacks, show…

    … message about outdated langserver version
    m90 committed May 27, 2018
    Configuration menu
    Copy the full SHA
    5bba166 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    ramya-rao-a committed May 27, 2018
    Configuration menu
    Copy the full SHA
    e59e7c1 View commit details
    Browse the repository at this point in the history
  3. stricter checks

    ramya-rao-a committed May 27, 2018
    Configuration menu
    Copy the full SHA
    c2df1f3 View commit details
    Browse the repository at this point in the history