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
i holp it can index _.hrl file in the incldue dir
and process -define tag.
currently it olny can process -export tag.
for example, i define the follow macros:
-define(INVITE_WAIT_TIME, 1_30).
-define(CARRY_WAIT_TIME, 1*30).
i hope when i type INVITE the following would be complete by sublimErl
If the macros are defined in the same file, then sublime will take care of that automatically. If the macros are on a different file, then this obviously has to be contextualized: only the imported .hrl files' macros should be available as autocomplete options, in the module that imports them.
This takes some work, it is a good suggestion but not a priority right now.
Thank you for the input, will keep this issue here.
i find it's unable to complete with macros.
is there any way to work aroud?
The text was updated successfully, but these errors were encountered: