nexB / source-inspector

Tools to inspect source code and code symbols
0 stars 1 forks source link

Collect symbols with ctags #2

Closed pombredanne closed 3 months ago

pombredanne commented 5 months ago

This PR adds a simple basic symbols collector with Ctags

armijnhemel commented 5 months ago

What would be the best set of parameters for ctags?

pombredanne commented 3 months ago

What would be the best set of parameters for ctags? We are using the JSON lines output... hold your breath.

armijnhemel commented 3 months ago

What would be the best set of parameters for ctags? We are using the JSON lines output... hold your breath.

That is not what I meant. See #4 for more details.

pombredanne commented 3 months ago

@armijnhemel We are for now using the default and once we have this working nicely we can decide which fields to add later.