Ken
-
3 votesunder review ·
Adminjames.crowley
(Admin, Developer Fusion)
responded
Thanks for the suggestion! Due to the way the converter works (by purely analyzing the syntax, rather than the meaning of the code), there’s no easy way to detect whether something is a function call, or an array indexer. Potentially there would be a way to make a “best guess”, but I’m afraid this one probably won’t appear for a while yet.
Ken
gave this 3 votes
·
-
10 votes
Ken
shared this idea and gave it 3 votes
·
-
16 votes
Ken
gave this 2 votes
·
-
6 votes
Ken
shared this idea and gave it 3 votes
·
If it is a string or an integer component chances are very good that it is an indexer - I am not sure how "smart" the parser is so I am not sure how easy this would be to implement - you would need make note of the declarations in the code and follow them out, more AI..