This is what I would like to do:
Given a folder with source code files, generate a file with the vectors that represent each method, but instead of having only the name of the methods I would like some additional data to know the location of the methods (file name, start line, start column, end line, end column)
Is there any way I can achieve this output?
This is what I would like to do:
Given a folder with source code files, generate a file with the vectors that represent each method, but instead of having only the name of the methods I would like some additional data to know the location of the methods (file name, start line, start column, end line, end column)
Is there any way I can achieve this output?