Skip to content

Attribute VB_Name should not be visible when scrolling down #68

@jvaldiviezo9

Description

@jvaldiviezo9

Describe the bug
I think that the Attribute VB_Name should not be visible when navigating code.

To Reproduce
Just scroll down

Code (if relevant)

Attribute VB_Name = "debug_test"
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
' empty
Function simple_test()
    
    'dummy
    
End Function

Expected behavior
Just the function should be visible, and "Attribute VB_Name" should not.

Screenshots

Image

Additional context
Some thoughts: Maybe just skipping line 1 will work, but not sure if this is a property we can edit on VBA or it's something set up in the language server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions