Sublime Forum

Sublime Text 4 Autocomplete doesn't suggest all matching in index

#1

So, with the new Sublime Text 4 I’m very happy with the improved autocomplete.
It works very well with C, however sometimes it doesn’t suggest function symbols even though they exist in the index?

I have checked this with “ctrl -> shift -> r” to see all indexed symbols. The functions is there but is not showing up in the suggested autocompletes?

Is there some limit to how many autocomplete suggest?
It feels like a bug if something is not suggested even though it’s in the indexed symbols.

Regards,
Fredrik

1 Like

#2

I can add that other functions which are defined in the same .h file shows up in both the symbol index AND in the autocomplete suggestions.

0 Likes

#3

indexed symbols are only suggested if they have at least 1 reference iirc

0 Likes

#4

Correct. While probably needed for performance, it drives the whole feature nearly useless, IMHO.

1 Like

#5

Could you submit an issue for this?

0 Likes