-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Priority: MediumenhancementNew feature or requestNew feature or requestlanguage-intelligencelspLanguage Server Protocol relatedLanguage Server Protocol related
Description
Summary
Detect likely := (assignment) vs = (comparison) confusion. Common for developers from C/Python.
Examples
counter = counter + 1; // Likely meant :=
IF x := 10 THEN // Likely meant =Acceptance
=in statement context flagged as warning with:=suggestion:=in boolean expression context flagged as warning with=suggestion- Code action to swap operators
- Requires semantic context analysis (statement vs expression position)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: MediumenhancementNew feature or requestNew feature or requestlanguage-intelligencelspLanguage Server Protocol relatedLanguage Server Protocol related