Add create class code action #36471
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/NewFeature
Description:
$Title
Describe your problem(s)
For now we suggest
Create record 'Person'
for the following scenario,But this is an object creation and
Person
is aclass
not arecord
. This behaviour due to the diagnosticunknown type 'Person'(BCE2069)
. ( and the diagnostic is same atPerson
andPerson()
)Quick fix we now provide,
Describe your solution(s)
We can improve this to give
Create class 'Person'
code action.The text was updated successfully, but these errors were encountered: