tushortz / CPP-Completions

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

Autocomplete isn't working on Sublime Text 3 on macOS. #2

Open barnabasjohnthomas opened 5 years ago

barnabasjohnthomas commented 5 years ago

After installing C++ Completions through Package Control, the autocompletions just don't show up. Any ideas why?

tushortz commented 5 years ago

the reason might be because there are so many completions to choose from. Have you tried disabling this completion to check if this snippet is the problem?

Also get back to me on the outcome. In the meantime, check out https://github.com/tushortz/intellekt. Its meant to be a replacement for this and other snippets I created. its still under development though

On Tue, 29 Jan 2019 at 09:26, barnabasjohnthomas notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tushortz/CPP-Completions/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AMjJELcLOyF1GsBZHHFh7-_ZKcU6pEqcks5vIBPSgaJpZM4aXn42 .

barnabasjohnthomas commented 5 years ago

Hey mate! Thank you so much for answering. Sorry, but I'm a total noob at this :D Could you kindly tell me how to "disable the completion"?

Thanks!

tushortz commented 5 years ago

Do you have package control installed?

On Tue, 29 Jan 2019 at 11:52, barnabasjohnthomas notifications@github.com wrote:

Hey mate! Thank you so much for answering. Sorry, but I'm a total noob at this :D Could you kindly tell me how to "disable the completion"?

Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tushortz/CPP-Completions/issues/2#issuecomment-458512512, or mute the thread https://github.com/notifications/unsubscribe-auth/AMjJEL2vSmX57iNZ4hcHrTKAiqXHqKWOks5vIDX8gaJpZM4aXn42 .

barnabasjohnthomas commented 5 years ago

Yes.

tushortz commented 5 years ago

cool. press Ctrl + Shift + P then search disable package

On Tue, 29 Jan 2019 at 12:24, barnabasjohnthomas notifications@github.com wrote:

Yes.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tushortz/CPP-Completions/issues/2#issuecomment-458520928, or mute the thread https://github.com/notifications/unsubscribe-auth/AMjJEGM4oQVG7U1Xf4zhRXjENpiF_4LZks5vID1xgaJpZM4aXn42 .

barnabasjohnthomas commented 5 years ago

Oh, that's what you meant. Disabled C++ Completions.

barnabasjohnthomas commented 5 years ago

Now?

tushortz commented 5 years ago

now try reenable it. also make sure the file extension ends with .cpp

On Tue, 29 Jan 2019 at 12:27, barnabasjohnthomas notifications@github.com wrote:

Now?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tushortz/CPP-Completions/issues/2#issuecomment-458521811, or mute the thread https://github.com/notifications/unsubscribe-auth/AMjJEHAf-XVSTrZVrAR7fqr8NdtrJyl5ks5vID41gaJpZM4aXn42 .

tushortz commented 5 years ago

and since this is a snippet it is not capable of narrowing down suggestions to only the class methods

On Tue, 29 Jan 2019 at 12:34, Taiwo Kareem taiwo.kareem36@gmail.com wrote:

now try reenable it. also make sure the file extension ends with .cpp

On Tue, 29 Jan 2019 at 12:27, barnabasjohnthomas notifications@github.com wrote:

Now?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tushortz/CPP-Completions/issues/2#issuecomment-458521811, or mute the thread https://github.com/notifications/unsubscribe-auth/AMjJEHAf-XVSTrZVrAR7fqr8NdtrJyl5ks5vID41gaJpZM4aXn42 .

barnabasjohnthomas commented 5 years ago

Still only the keywords in my file. The file extension is .cpp.

tushortz commented 5 years ago

ill have to look into it. Sorry about that

On Tue, 29 Jan 2019 at 12:36, barnabasjohnthomas notifications@github.com wrote:

Still only the keywords in my file. The file extension is .cpp.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tushortz/CPP-Completions/issues/2#issuecomment-458524324, or mute the thread https://github.com/notifications/unsubscribe-auth/AMjJEE9KbqHMfVvPFEbE1SXlZ1Y3bXGmks5vIEBbgaJpZM4aXn42 .

barnabasjohnthomas commented 5 years ago

Sure. Thanks for your help!