Posts: 141
Threads: 37
Joined: Dec 2016
Reputation:
0
Well Is there any? I mean for PAWN atleast... I searched the ****** there are only the ones that tell me how many of closed and opened there are and thats it, there's one that gives me a random line ( checked it's not that line ), soo yeah any help?
Posts: 65
Threads: 1
Joined: Sep 2017
A machine can't really read human written code and understand it as written. It's like a translator, it doesn't understand the written words unless they've been scripted to.
That being said, locating and understanding which brackets are connected to which callback, function, etc, is not really a big possibility. You'd be better off doing it yourself.
Posts: 1,192
Threads: 10
Joined: Dec 2017
Reputation:
0
Vscode marks out each bracket and it's closing one as you select them.