-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Feature RequestFeature: Auto-completeLanguage ServiceWorks in VSSo we'd need to fix it for VS Code to reach parity.So we'd need to fix it for VS Code to reach parity.
Milestone
Description
Feature Request
When typing parameter for functions, I am hoping that Intellisens put the most relevant entries on top.
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.
MrSimsure
Metadata
Metadata
Assignees
Labels
Feature RequestFeature: Auto-completeLanguage ServiceWorks in VSSo we'd need to fix it for VS Code to reach parity.So we'd need to fix it for VS Code to reach parity.