-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[html] Auto insert Quote when i type equal sign (=) #18071
Comments
Currently, when writing |
@fvsch that doe snot work for me. When I type |
Apparently it works in XML documents but not in HTML documents. :/ |
@skorunka That works for me in HTML as well: Note that this has to be at the end of the line. |
Currently when typing |
@aeschli Why it has to be at the end of line? Not all the time you are writing a new HTML code, but also editing the extincting - adding new attributes. |
@aeschli It is not very common to be typing a HTML attribute at the end of the line. Imagine typing this: |
The idea behind it is to only automatically add pairs when writing new code, not when modifying code. |
@aeschli What I mean is that even when typing new code, VSCode automatically creates the closing HTML tag, making the auto-pair impossible. |
@Ionaru Yes, I get what you mean. Features like auto pair or auto close tags work against the 'writing new code' heuristic that we chose. |
Did the discussion evolve from getting the auto-pairing quotes to work, from the original What's the word on that feature as I can't find any extensions to achieve the same thing and have very much gotten used to it from other IDEs. |
Is there any update on this? This is one of the biggest features I miss after switching from WebStorm. |
I wondering if there any plug-in that can cover this function. |
Would like this feature too, end up just using Visual Studio over vscode if I know I am doing work on markup |
Might as well add my $.02 here. I'm surprised how much I miss this feature moving over from PhpStorm. |
I really miss the behaviour of typing |
+1 , All these small things you never knew you would miss when move over from Netbeans, phpstorm etc. |
This is seriously not a feature yet??? How does something as simple as this get missed?? |
+1. |
+1 Just switch from WebStorm to VsCode and miss this every attribute I wrote Or is there a plugin for this? |
Those who looking for this feature, try this extension https://marketplace.visualstudio.com/items?itemName=AESSoft.aessoft-class-autocomplete |
It's quite astonishing to me that this functionality hasn't yet been added to VS Code given that so many other popular IDEs and editors do this already, including Visual Studio. |
Hey there. Any updates on this one? |
Would really like to see this as well! Assuming I haven't missed it and it is in fact still on the table/incomplete. |
Really only still using PHP Storm because of this. Just even over the course of one project this could save tens of thousands of keypresses, especially since " required 2 keys to be pressed lol |
This is one of the features I miss the most from WebStorm. I know it's only a single character (and two keypresses), but it makes thing so much nicer |
i have been searching the whole web to resolve this |
Any updates? So frustrated by this... |
How to increase the chance of vscode developer will notice this lack of feature? |
realy stupid situation, i need this shit |
So silly that something so universally useful isn't in there yet. |
Hello everyone, |
Depending on the attribute, it'll help you complete the entire attribute name including the |
Still missing this feature.... |
4 years and counting, how is this even possible? |
Hello, I've given this PR a go as you can see from the link above. Please have a look and comment any suggestions. |
great work! as @aeschli says, its need on all language, not only html. very important in jsx. but in jsx need insert not qoutes: <View style| |
I need option like Visual studio. (Insert attribute value quote automatically)
When i type = (Equal sign) automatically add double quote like this.
1: <div class
2: <div class="|"
Please add this option in Next version! 🙏
The text was updated successfully, but these errors were encountered: