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

Closed
IMS94 opened this issue Aug 3, 2022 · 1 comment
Labels
Area/CodeAction Language Server Code Actions IceBox Older issues that are not being actively worked on but may be revisited in the future. 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
@KavinduZoysa KavinduZoysa added the IceBox Older issues that are not being actively worked on but may be revisited in the future. label Sep 21, 2024
@KavinduZoysa
Copy link
Contributor

Closing this as a low-priority task with the Icebox label might reopen in the future.

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 IceBox Older issues that are not being actively worked on but may be revisited in the future. Priority/Low Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Task
Projects
None yet
Development

No branches or pull requests

2 participants