Hi,
Is there any way to get auto-completion for words from other files than the file I am currently working on?
I'd want to auto complete CSS classes / IDs when working on php files.
Thank you.
C0D312 wrote:In your PHP, do you indicate the name of the css file anywhere (for example: UseThisAsCSS = "style.css), or does it look at anything in your directory that ends in .CSS?
EDIT: How is your project structure set up? (are php and css in the same directory)?
<?php ...here it works... ?>?> <div class="[here I'd like to open auto-compl. box]"></div> <?php completions = list(set(completions))Users browsing this forum: No registered users and 3 guests