You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the description slightly differs, that's basically the same issue as #5031, IMHO. ST's index based auto-completion doesn't work as users would normally expect which makes it feel broken. It's not related with syntaxes or symbols, so not directly related to Packages repo. The mensioned completions are functions, which are indexed by default. The issue is just ST not providing them under most circumstances. I don't know why some are displayed and others not though. I don't find the current behavior useful, too.
Description of the bug
Some functions are not shown in autocomplete even though they appear to have been indexed correctly.
Steps to reproduce
This example uses a minimal header and source file from the PCG project. Grab pcg_basic.h and pcg_basic.c.
pcg32_random_r
andpcg32_srandom_r
Expected behavior
Autocomplete also suggests
pcg32_srandom
,pcg32_random
,pcg32_boundedrand
andpcg32_boundedrand_r
Actual behavior
Autocomplete only suggests two of the functions:
pcg32_random_r
andpcg32_srandom_r
Sublime Text build number
4122
Operating system & version
openSUSE Tumbleweed
(Linux) Desktop environment and/or window manager
Xfce
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered: