Top "Code-formatting" questions

Code formatting is the way to format the source code of programs,using spaces and tabs, improving legibility of source code.

Is there a command for formatting HTML in the Atom editor?

I would like to format my HTML with a command, as I do in Visual Studio, using Ctrl+K+D. …

html atom-editor code-formatting
How do you format code on save in VS Code

I would like to automatically format TypeScript code using the build-in formatter when I save a file in Visual Studio …

visual-studio-code vscode-settings code-formatting
Turn off auto formatting in Visual Studio

I'm a code purist, preferring my own style of code formatting as opposed to Visual Studio's default settings. I've turned …

visual-studio visual-studio-2008 formatting code-formatting
JavaScript Chart.js - Custom data formatting to display on tooltip

I have looked at various documentation and similar questions on here, but cannot seem to find the particular solution. Apologies …

javascript string-formatting number-formatting code-formatting chart.js
How to have the formatter wrap code with IntelliJ?

I'm not able to format my code in IntelliJ. I can see the margin line (by default at 120 columns) but …

intellij-idea code-formatting
How to disable code formatting for some part of the code using comments?

I'd like to selectively disable the IntelliJ IDEA code formatter for a portion of code just like I can in …

intellij-idea code-formatting
How to auto format code in WebStorm?

I'm looking for a way to auto-format my code in the WebStorm IDE?

intellij-idea formatting webstorm code-formatting
Code Wrap IntelliJ?

How would be possible to assign a shortcut for word wrap like as sublime text do? i.e. if the …

intellij-idea code-formatting
Format HTML document

I like the feature in Visual Studio for formatting an HTML document (CTRL+K, CTRL+D). Is there a plugin …

html editor notepad++ code-formatting
How to format code in Android Studio (IntelliJ)

I want to format code in a freshly created Android application. I messed up the code in this manner: private …

android-studio code-formatting