Explore the possibility of using NodeFactory
to generate syntax nodes for code actions
#37233
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
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
The text was updated successfully, but these errors were encountered: