jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

cfinclude / cfmodule interactive or automatic loading. #122

Open NjnaGrimsdottir opened 6 years ago

NjnaGrimsdottir commented 6 years ago

Would be a nice feature to be able to right click on the template argument of a cfinclude/cfmodule tag and have the option to load that file into the editor. Secondary would be to right click on the background in a open file and choose "Open Included Templates". Additionally perhaps add a feature that could be enabled / disabled to automatically load included files when opening a file. (NOTE: That second part could get a bit crazy in the case of some recursion or over-zealous includes)

jcberquist commented 6 years ago

This sounds possible. I will take a look at it as soon as I have some time. Thanks for the suggestion.

NjnaGrimsdottir commented 2 years ago

Just curious if this feature will be considered still?