Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain Autocomplete suggestions across included files #20

Open
jacobburrell opened this issue Apr 10, 2020 · 0 comments
Open

Maintain Autocomplete suggestions across included files #20

jacobburrell opened this issue Apr 10, 2020 · 0 comments

Comments

@jacobburrell
Copy link

Beancount allows you to have multiple files by way of "include"

Includes
Include directives are supported. This allows you to split up large input files into multiple files. The syntax looks like this:
include "path/to/include/file.beancount"
The general format is
include Filename

It seems autocomplete suggestions are based on the file being edited but doesn't check the included files.

Is there a way to have sublime use included files for autocomplete suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant