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

Adding option for auto requiring files, and fixing #323 #387

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

Isty001
Copy link
Contributor

@Isty001 Isty001 commented Jan 9, 2019

First, this PR is an attempt to fix a constant problem I have in multiple projects. Sometimes a project has a 'bootstrap' file, or an entry point which has all the necessary require-s, and so no need to use require statements everywhere. In this case there will be no completion.

A possible solution is to use an option to set an array of files which are always required, so it'll work.

The rest, is a fix for #323

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

Successfully merging this pull request may close these issues.

None yet

2 participants