godot-gdscript-toolkit icon indicating copy to clipboard operation
godot-gdscript-toolkit copied to clipboard

Linter in vscode extension

Open nice-shot opened this issue 2 years ago • 2 comments
trafficstars

Hello, It looks like the vscode extension only includes formatting and not the linting. Are there plans to add linter support? This extension by @eddiedover seem to have it: https://github.com/eddiedover/vscode-formatter-godot But since this one seems to be the more "official" version I think it would be better to include all the features here instead of having multiple extensions with overlapping functionality.

nice-shot avatar Oct 07 '23 18:10 nice-shot

@nice-shot To be perfectly honest, my plugin simply wraps a call to gdlint (from this very gdtoolkit), https://github.com/EddieDover/vscode-formatter-godot/blob/cc876a86f608bf69e94b3853939741fdf59eafae/src/extension.ts#L20

If anyone maintaining this codebase wants to pull in the functionality, just let me know, so I can deprecate my plugin in favor of this one. I'd love to look into it, but my plate is a bit full for the next week or two.

EddieDover avatar Oct 08 '23 14:10 EddieDover

sounds like reasonable idea - I'll try pulling that functionality in

Scony avatar Oct 09 '23 19:10 Scony

VSCode extension is no longer part of this repo.

Scony avatar Mar 21 '24 21:03 Scony