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
As of now, parsing external macro files to get their macros is done at each completion request, which is not efficient.
A better way would be to parse them once and cache the result. The cache might then be updated either lazily (at completion time) or eagerly (through a https://atom.io/docs/api/latest/File subscription).
The text was updated successfully, but these errors were encountered:
As of now, parsing external macro files to get their macros is done at each completion request, which is not efficient.
A better way would be to parse them once and cache the result. The cache might then be updated either lazily (at completion time) or eagerly (through a https://atom.io/docs/api/latest/File subscription).
The text was updated successfully, but these errors were encountered: