Skip to content

[BUG] Language support doesn't recognize register names #7

Description

@sajibsrs

Bug Description

Registers names are not recognized by language support.
Such as: stp x29, x30, [sp, #-32]!

While this compiles just fine, LS doesn't recognize these names like XZR, SP, FP, LR etc. Also, hover help tool tip is unavailable to the whole line of code.

Steps to Reproduce

stp x29, x30, [sp, #-32]!
mov x29, sp

Expected Behavior

Hover help tool tip should show up.

Actual Behavior

Won't display help tool tip for the whole line.

Environment

  • OS: macOS 26

  • ArmLS Version: [e.g., 1.2.3]

  • VSCode extension: 0.12.1

  • I have searched for existing bug reports

  • I have included all relevant information

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions