There are cases where one hit the ESC key and that tip is dismissed, to make it re-appear you could:
- Go back to the begining of the function, delete the opening brace and retype it
Simply hit Ctrl-Shift-SPACE
CodeLite 15.x
CodeLite is awesome, I just Love it!
This is a vague statement - which I cant do nothing with.evstevemd wrote:It sometimes doesn't work with wxWidgets
No - the code completion is not a plugin (unlike other IDEs) - it is a core functionality of codelite.evstevemd wrote:Is there a way to activate it once it deactivated?
CodeLite 15.x
CodeLite is awesome, I just Love it!
I get the same problem from time to time and I solve it by re declaring the, for example, structure.evstevemd wrote:I will try today again and see what it will give out
Code: Select all
1 typedef SomeStruct {
2 .
3 .
4 .
5 } SOME_STRUCT;
6 SOME_STRUCT A_Struct;
I have this problem too, sometimes completion works, sometime doesn't. I can't figure out what is causing of this issue, but it so....evstevemd wrote:My Code completion partially works. It sometimes doesn't work with wxWidgets
Strangely sometimes it works, so I don't know what is wrong. Is there a way to activate it once it deactivated?
Don't mention Ctrl+Space as I'm used to it in IntelliJ Idea