I've just started learning BEM methodology and typed the following code in VS Code:
<html>
<head>
</head>
<body>
<form class="search-form search-form_disabled"></form>
</body>
</html>
Also, I've installed BEM Helper - the VSCode's extension that checks your code according to conventions of BEM. It threw me this warning: BEM - Class names must be in kebab case
I tried to change the settings of extension, to be precise, bemHelper.classNameCase, using command palette. But when I typed this command, it output me dropdown menu with one variant could be chosen from. And there was no any variant! Is there any other way to set case?