richard1122 / vscode-youcompleteme

YouCompleteMe for VSCode
https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me
MIT License
53 stars 8 forks source link

can this choose different target for different platform? #21

Closed lygstate closed 7 years ago

richard1122 commented 7 years ago

Sorry I don't know what you exactly meaning?

This is a plugin for visual studio code. you can install this plugin on any platform with vscode.

But I've not tested on OSX yet.

agauniyal commented 7 years ago

He probably meant cross-compilation target, which isn't handled by this plugin but the Microsoft C/C++ plugin.

lygstate commented 7 years ago

yes that's what I mean

agauniyal commented 7 years ago

@lygstate this plugin only provides autocompletion which will work for the machine you're developing at. For example, it won't complete <unistd.h> functions on windows because it simply isn't present.

richard1122 commented 7 years ago

I think there 's nothing we can do here due to this is not what ycmd provides.