Skip to content

Request: Intellisense ordering by context relevance #11738

@DracheTek

Description

@DracheTek

Feature Request

When typing parameter for functions, I am hoping that Intellisens put the most relevant entries on top.
微信截图_20231125102830

take this for example, function prototype is follows:

void PORT_PinmuxConfig(PORT_ID_t portId, PORT_GPIONO_t gpioNo,PORT_PinMuxFunc_t pinMuxFunc)

I defined enum type for this parameter elsewhere, and I'm hoping the enum entry {PORT_A,PORT_B,PORT_C......} come on top of the list, instead of all keywords coming out together in alphabetic order
Visual Studio support this feature natively IIRC.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions