Answer the question
In order to leave comments, you need to log in
Is there a plugin for vs studio code that generates a querySelector?
Is there a plugin for this?
For example, there is HTML code.
<fieldset>
<legend>Выбери цвет</legend>
<div class="form-control">
<label><input type="radio" name="rb-9" value="#fff">fff</label>
</div>
<div class="form-control">
<label><input type="radio" name="rb-9" value="#c0c0c0">c0c0c0</label>
</div>
<div class="form-control">
<label><input type="radio" name="rb-9" value="555">555</label>
</div>
</fieldset>
value="#fff", and methods are generated for me: getElementsByClassName(), getElementsByTagName(), querySelector(), querySelectorAll() and other possible ones.
Answer the question
In order to leave comments, you need to log in
What you are asking is unlikely to be found, but there are js snippets here, look at qs, qsa and others
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question