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 recently started working with this lsp and came across the fact that it does not fully support the include directive. That is, when you include another file, auto-completion does not offer new characters defined in another file. I would like to see this feature here, as it is very convenient.
The text was updated successfully, but these errors were encountered:
This should be doable, but will have to be implemented on an assembler-by-assembler basis. Can I ask which one you're using?
I'll make a pass on implementing this after our new testing framework (see #228) is in place, as we currently have no means to test with multiple files.
I recently started working with this lsp and came across the fact that it does not fully support the
include
directive. That is, when you include another file, auto-completion does not offer new characters defined in another file. I would like to see this feature here, as it is very convenient.The text was updated successfully, but these errors were encountered: