You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example when I tap ctrl+space I get this pop up menu for my React App, but I don't use HTMLOptGroupElement at all and need to scroll down up to my local components in the "#shared" directory.
The problem is that I need to scroll for each import, and most of the time I tap "enter" on the wrong import because it is the first one.
I already added "autoImportFileExcludePatterns": ["**/node_modules/@mantine/core"]to my settings in lsp.typescript-language-server.initialization_options.preferences to ignore some imports, but would like to avoid adding the whole list. Moreover I think that HTMLOptGroupElement is from the HTML language, what I can't exclude
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered:
Check for existing issues
Describe the feature
Is it possible to sort completions results ?
For example when I tap
ctrl+space
I get this pop up menu for my React App, but I don't use HTMLOptGroupElement at all and need to scroll down up to my local components in the "#shared" directory.The problem is that I need to scroll for each import, and most of the time I tap "enter" on the wrong import because it is the first one.
I already added
"autoImportFileExcludePatterns": ["**/node_modules/@mantine/core"]
to my settings inlsp.typescript-language-server.initialization_options.preferences
to ignore some imports, but would like to avoid adding the whole list. Moreover I think thatHTMLOptGroupElement
is from the HTML language, what I can't excludeIf applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: