Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Qusic/atom-youcompleteme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 

I no longer use this extension and don't have plans for future updates. Please fork if you are interested in adding new features or maintaining this extension.

Atom YouCompleteMe package

YouCompleteMe for Atom

Previews

Features

  • Semantic code completion using autocomplete+
  • Diagnostic display and quick fix using linter
  • Commands and context menus to query the type of variables or methods
  • Commands and context menus to go to declaration or definition
  • Go to declaration or definition with mouse click using hyperclick

Keymaps

  • alt+y t Get Type
  • alt+y p Get Parent
  • alt+y g Go To
  • alt+y i Go To Imprecise
  • alt+y c Go To Declaration
  • alt+y d Go To Definition

Usage

  • Install the package.
  • Configure the path to your python executable and ycmd installation.
    For detailed instructions and troubleshooting on building ycmd, see ycmd's README.
  • By default this package is enabled for C/C++/Objective-C/Objective-C++ only.
    You can enable other filetypes supported by YouCompleteMe in settings.