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

Explore the possibility of using NodeFactory to generate syntax nodes for code actions #37233

Open
IMS94 opened this issue Aug 3, 2022 · 0 comments
Labels
Area/CodeAction Language Server Code Actions Priority/Low Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Task

Comments

@IMS94
Copy link
Contributor

IMS94 commented Aug 3, 2022

Description:
Right now, we are using string concatenations to generate functions, variable declarations, types, etc. We can use the Syntax Tree API's NodeFactory to achieve that instead.

Describe your task(s)
See description

@IMS94 IMS94 added Type/Task Team/LanguageServer Language Server Implementation related issues. #Compiler Area/CodeAction Language Server Code Actions labels Aug 3, 2022
@IMS94 IMS94 added this to Backlog in Sprint 62 - Language Server & Compiler Tools Team via automation Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/CodeAction Language Server Code Actions Priority/Low Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Task
Projects
No open projects
Development

No branches or pull requests

2 participants