Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 2 - HTML CSS suggestions

I started using this great editor. Unfortunately I missing here one improvement (from NuSphere PhpED - past editor that I've used, this understanding)

Example:

I have a project open, I open the HTML file, for example, do I wonder with some ID and then in the CSS file, it's easy to find through insinuation. Of course it works the other way around (create something in CSS and HTML then it easily through the whisperings find).

In this sublime does not work. Is there a plugin? thank you (screenshot http://i.stack.imgur.com/v39O8.jpg)

like image 887
Mr. RJ Avatar asked Nov 08 '12 23:11

Mr. RJ


People also ask

How do I enable suggestions in Sublime Text?

In the Sublime menu go to Preferences > Package Settings > All Autocomplete > Settings – User.

Does Sublime Text support HTML and CSS?

Sublime Text contains a custom HTML and CSS engine, named minihtml, for displaying stylized content in editor panes. HTML content can be displayed in both popup windows and phantoms. minihtml provides a limited subset of HTML and CSS features found in most web browsers.

How do I get intellisense in Sublime Text?

Usage. By default, Sublime Text will automatically show the completions popup when a user is editing source code or markup, but not within prose in comments, strings or markups. Pressing the Esc key will hide the completions popup. To manually show the completions popup, press Ctrl+Space.


1 Answers

From what I understand, you want to be able to link autocompletes from one file to another? I'm actually pretty interested in this too, just scanned through the package-control listings and found:

All Autocomplete <------

So yes you can do it! Go install the package :)

like image 119
Nathan Kot Avatar answered Sep 29 '22 07:09

Nathan Kot