How I pass the dot and comma at the end of the line of HTML and CSS code

Asked

Viewed 261 times

-5

I am learning how to program now. However, I am a little uncomfortable about the point and comma at the end of the line of code. When I type the command line I use the autocomplete to help me complete the command, however at the end of the line of code is the dot and comma and every time I have to use the keys from above, below, left, right or pick up the mouse to descend to next line. Is there any way or keyboard shortcut that can remedy this discomfort? Or something I can activate or create a keyboard shortcut to not need to use the keys, left, right or mouse?

  • 2

    which editor do you use? although your question does not meet the requirements of the site

  • Important you EDITAR this question, explaining it clearly, objectively and directly, emphasizing the difficulty found. Furthermore, provide us with a Minimum, complete and verifiable example problem, along with its attempt to resolve. What’s more, I suggest reading the Stack Overflow Survival Guide in English to better understand the functioning of the platform and not have greater frustrations.

1 answer

-2


If you are using Vscode as an editor, you can disable the option to put the dot and comma automatically in the settings. However, you will have to insert the point and comma manually. =)

config: Completion: Complete Property With Semicolon

Browser other questions tagged

You are not signed in. Login or sign up in order to post.