Open tintin10q opened 1 year ago
I wouldn't really call it auto import. It is more that functions belonging to the same module can inherently be used within that module. It's similar to the way packages work in go. It wouldn't hurt to document it tho. The section to document it would probably be: https://github.com/vlang/v/blob/master/doc/docs.md#modules
Describe the issue
Here you mention in the docs that you use helper functions from other files. But you don't show how. It might be good to tell people they can just use the functions without importing them because this was not clear for me.
Links
https://github.com/vlang/v/blob/master/doc/docs.md#running-a-project-folder-with-several-files