5

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 https://i.sstatic.net/v39O8.jpg)

4
  • 2
    I don't understand the middle paragraph at all. Commented Nov 9, 2012 at 0:18
  • Please see screen. When I wrote for example in HTML page <div id="test"></div> So after the css via autosuggestion box -> #t (autocomplete) I find #test It works in both directions (HTML -> CSS, CSS -> HTML), it helps to write fast and do not need to remember the names of the elements in the HTML, and classes and IDs in CSS. It's understandable? Commented Nov 9, 2012 at 0:22
  • I don't believe Sublime Text 2 can do that out of the box - there doesn't seem to be much autocompletion that works with more than the current file. Commented Nov 9, 2012 at 0:25
  • It is a pity, PhpED knows it. Very simplificated writing code :( Commented Nov 9, 2012 at 0:28

3 Answers 3

6

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 :)

Sign up to request clarification or add additional context in comments.

1 Comment

Yeah, going to start using it aswell
0

You can install sublime codeintel package....it might helps. Here is the link: https://github.com/Kronuz/SublimeCodeIntel

Comments

0

Try this CSS Sublime Package

hear it works quite well...about to give it a shot

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.