tushortz / CPP-Completions

C++ Completions for Sublime text.
MIT License
23 stars 13 forks source link

It works for the STL, but not for C++ at all #1

Closed yh-sb closed 8 years ago

yh-sb commented 8 years ago

This plugin does not provide completion in a wide sense of this word. This plugin only works for completion of the STL. This should be written in the description to avoid confusion.

tushortz commented 8 years ago

Thanks for your information. I was planning on improving it more as time goes by but I think a rename might be a good option as well. What do you mean by works for STL but not for C++. @r44083

yh-sb commented 8 years ago

Good idea. I mean "works with STL only". (https://en.wikipedia.org/wiki/Standard_Template_Library) Isn't it?

tushortz commented 8 years ago

I guess by saying STL you mean Sublime Text. Yeah it is meant to work for Sublime Text only according to the description. Except if I don't understand you well. @r44083

yh-sb commented 8 years ago

I mean that this plugin doesn't provide IntelliSense https://en.wikipedia.org/wiki/Intelligent_code_completion

tushortz commented 8 years ago

It shouldnt provide intellisense because Sublime Text is not an IDE. It's just a customizable text editor. Perhaps, It may be possible to do that but I have no idea about it.