-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This feature requires some broader context awareness but would help users to write file-system paths as it is very cumbersome.
Currently there are the following rules requiring paths in quotes:
ExternDecl: T_IMPORT T_CHARARR(theT_CHARARR)PropertyExpr: ... | T_SAVE_STRAT '(' Expression ',' Id ')'(theExpressionpart)AssignablePropperty: ... | T_LOAD_STRAT Features '(' Expression ')'(theExpressionpart)Expression: ... | T_CHARARR(in context ofPropertyExprandAssignableProperty)
ULS should suggest the folders and files that are readable (omit entries which result in access errors) and also suggest proper folder separator (either always stick to / or suggest \\ on Windows).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request