Would it be possible to make auto require disabled by default?
Over the past few days I wondered multiple times why I had a require at the top of a file but guessed it was there because I copy & pasted the file header form existing files. But right now I noticed the same require added to a 3rd party library (rxi/flux) after I've just done a very minor code modification to the file. The auto require is completely useless as nothing of the required file is ever used in the library.
IMO it's really not a good idea to have content/code modifying features enabled by default.
Would it be possible to make auto require disabled by default?
Over the past few days I wondered multiple times why I had a require at the top of a file but guessed it was there because I copy & pasted the file header form existing files. But right now I noticed the same require added to a 3rd party library (rxi/flux) after I've just done a very minor code modification to the file. The auto require is completely useless as nothing of the required file is ever used in the library.
IMO it's really not a good idea to have content/code modifying features enabled by default.