DEV Community

Discussion on: How to get rid of code formatting

Collapse
 
deathshadow60 profile image
deathshadow60

Huh... what does that response have to do with my question about the title of the article?

Prettier ADDS formatting to the code of all those languages you said. You are NOT "getting rid of code formatting", you're using a tool to create it!

Thread Thread
 
dhruv_rajkotia profile image
Dhruv Rajkotia

@deathshadow60 Correct, But here we are using the extensions that present in the most of the IDEs to get rid of the code formatting. I got your point, but now a days every one is using the IDE for the development and by enabling the extention in the IDE Developers can reduce some efforts on the code formatting. That was my main goal for this blog :) Hope 🤞 i have answered your question.

Thread Thread
 
deathshadow60 profile image
deathshadow60

Nope. I think we're butting heads with language barrier or something. What you're saying isn't making a lick of sense in relation to the title of the article. Or the content of the article. It's very hard to follow what you're trying to say with the broken English.

Thread Thread
 
dhruv_rajkotia profile image
Dhruv Rajkotia

The main objective of this blog is to provide an idea of how we can use an inbuilt extension(Prettier) in the IDEs like VsCode, PyCharm, etc., for code formatting. So we don't need to do it manually and it saves a bit of time for the developer.