You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (the T_CHARARR)
PropertyExpr: ... | T_SAVE_STRAT '(' Expression ',' Id ')' (the Expression part)
AssignablePropperty: ... | T_LOAD_STRAT Features '(' Expression ')' (the Expression part)
Expression: ... | T_CHARARR (in context of PropertyExpr and AssignableProperty)
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).
The text was updated successfully, but these errors were encountered:
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 ')'
(theExpression
part)AssignablePropperty: ... | T_LOAD_STRAT Features '(' Expression ')'
(theExpression
part)Expression: ... | T_CHARARR
(in context ofPropertyExpr
andAssignableProperty
)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).The text was updated successfully, but these errors were encountered: