Qusic / atom-youcompleteme

YouCompleteMe for Atom Editor
MIT License
82 stars 34 forks source link

How can I use it in Windows10? #88

Open mission-young opened 7 years ago

mission-young commented 7 years ago

I compile ycmd, and set the environment as below:

Python Executable: C:\Program Files\Python35\python.exe Ycmd Path: C:\Users\yuanf\Desktop\YouCompleteMe\third_party\ycmd Global Extra Config: C:\Users\yuanf\Desktop\YouCompleteMe\third_party\ycmd\examples.ycm_extra_conf.py

but when I type in "string ss;ss.", it doesn't show any tips,nothing wrong happens though. Is my setting wrong? How can it run normally?