Scony / godot-gdscript-toolkit

Independent set of GDScript tools - parser, linter, formatter, and more
MIT License
1.01k stars 68 forks source link

Support for .tscn files #315

Closed nubels closed 2 months ago

nubels commented 3 months ago

I really like this toolkit. I hope this is the right place for feature requests.

Are there any plans to extend the linter to work with .tscn files? Here are some features I would like to see.

Scony commented 2 months ago

Well, there was a plan in the past - I even started creating a Godot Project Linter (gdplint - https://github.com/Scony/godot-gdscript-toolkit/commit/8df572340a6bc4a7ced7437520f70a1dd0236072) that was supposed to be a project-aware linter able to lint cross-gd-script interactions as well as .tscn files, but realistically speaking, this is not doable for me as recently I have time only for maintenance (which btw. takes a lot of time itself).