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
such config has problem when working scenarios like in the following gif
There's a lot of snippets starts with parameter, and the expected item is ParameterAttribute from lsp. The item was pushed out of the visible list because blink ignored the casing. If blink could support smart-case to prioritize the exact case when any capital is typed, it should help to solve such problem.
The text was updated successfully, but these errors were encountered:
Feature Description
Requesting a feature that prioritize casing when any captial character were typed.
This feature might help in the following scenario:
if~
snippet is prefered overif
keyword. So the user might have such config:such config has problem when working scenarios like in the following gif
There's a lot of snippets starts with
parameter
, and the expected item isParameterAttribute
from lsp. The item was pushed out of the visible list because blink ignored the casing. If blink could support smart-case to prioritize the exact case when any capital is typed, it should help to solve such problem.The text was updated successfully, but these errors were encountered: