Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Formating and autocomplete for html/css #11008

Closed
ConstantinChirila opened this issue Apr 28, 2015 · 6 comments
Closed

Formating and autocomplete for html/css #11008

ConstantinChirila opened this issue Apr 28, 2015 · 6 comments
Labels

Comments

@ConstantinChirila
Copy link

I've been using Brackets a lot, and it's missing some important features that i kinda took it for granted while using Sublime and Visual Studio.

  1. The CSS and HTML core is not formatted properly. I mean it does it, but it does it poorly.
  2. Autocomplete (for a lack of a better word) is not that efficient. For example:
    In sublime when you create a div/h/p/header/body/etc you g about and write "div" hit tab and you get
    'with cursor inside here'
  3. In CSS or JS it does not auto close parentheses or square/curly brackets.

These are some of the features that me personally (and from what i read in other blogs) slowed me down while using Brackets.
I tried to read amongst feature requests on Trello and couldn't find someone that did this, but if i repeated this i do apologise.
Quite new to this whole github/community build software etc.

@nethip
Copy link
Contributor

nethip commented Apr 30, 2015

@ConstantinChirila

@equinox
Copy link
Contributor

equinox commented Apr 30, 2015

On the topic of 'auto-complete': you can also use this snippets extensions for exactly that. I recently moved all the functions and code that I have to write many times over to a snippet and it's extremely easy to manage, document and use. So the choice is yours in that respect.

@ConstantinChirila
Copy link
Author

@nethip Thank you!
I have just tried emmet, it is the best solution for it, but it's a bit crude as in if you hit tab after any word, it would take that and wrap it like ca = ... and so on.
Regarding the beautify, it seams to work so far. Thanks!

@equinox
This is dead on what i need, i guess now it's a matter of keeping adding the snippets.
Thank you!

@redmunds
Copy link
Contributor

Autoclose functionality is provided in core Brackets, but you have to enable it at Edit > Auto Close Braces.

@nethip
Copy link
Contributor

nethip commented Apr 30, 2015

@redmunds Duh! I completely forgot we had this built into Brackets. Thanks for pointing out 😄 I have closed the trello card too.

@mittalyashu
Copy link

Any package which can suggest the relevant code snippets while typing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants