Search code examples
adobe-brackets

Brackets App Remove Auto Semicolon


Is there a way to remove the auto semicolon in Brackets App in the CSS auto complete from code hints?

Thank you!


Solution

  • I don't think Brackets ever auto-inserts a semicolon in CSS currently. (Very early on it did, but that was removed over a year ago). Do you have any extensions installed, such as Emmet? An extension might be causing this behavior. If you're not sure, try Debug > Reload Without Extensions and see if it still happens (just restart Brackets again to re-enable all your extensions).