Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Mark recursive calls #11407

Open
ghost opened this issue Feb 3, 2022 · 0 comments
Open

Feature request: Mark recursive calls #11407

ghost opened this issue Feb 3, 2022 · 0 comments
Labels
A-ide general IDE features A-lsp LSP conformance issues and missing features C-feature Category: feature request E-unknown It's unclear if the issue is E-hard or E-easy without digging in S-actionable Someone could pick this issue up and work on it right now

Comments

@ghost
Copy link

ghost commented Feb 3, 2022

Hi,
I'd like to see any recursive calls highlighted by my ide, but of course this has to start with the language editor. It would be very easy keeping track of them so I can ensure they're tail recursive or find culprits easily. Maybe for example, my ide vscode, could place a recursive marker next to the function definition on the gutter.

@Veykril Veykril added A-ide general IDE features A-lsp LSP conformance issues and missing features E-unknown It's unclear if the issue is E-hard or E-easy without digging in S-actionable Someone could pick this issue up and work on it right now C-feature Category: feature request labels Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ide general IDE features A-lsp LSP conformance issues and missing features C-feature Category: feature request E-unknown It's unclear if the issue is E-hard or E-easy without digging in S-actionable Someone could pick this issue up and work on it right now
Projects
None yet
Development

No branches or pull requests

1 participant