Project

General

Profile

Feature #25580

Updated by Mathias Schreiber almost 10 years ago

It would be very handy, if the code completion would help to enter a path to a file, like: 

 10 = TEMPLATE 
 10.template = FILE 
 10.template.file = fileadmin/<suggests all folders and files within fileadmin> 

 or for INCLUDE_TYPOSCRIPT statements, like: 

 <INCLUDE_TYPOSCRIPT:source="file:fileadmin/ 


 The suggestion should also be able to resolve a path like this: 

 10.template.file = EXT:foo_bar_extenstion/res/templates/<...> 





 





 (issue imported from #M13686)

Back