question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’ve tried various “remedies” to fix this without success - including removing two lines from ~/Library/Application Support/Sublime Text 2/Packages/HTML/HTML.sublime-completions and restarting ST 3 anyway this didn’t seem the right approach and should be best addressed at source … i.e. here.

In the following the var TAB-completes to <var></var> instead of {{ }} (but the if TAB-completed properly)

{% if error %}
    <div class="form-group has-error">
        <span class="help-block">var</span>
    </div>  
{% endif %}

I have the Emmet package installed also. Sublime Text 3

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
lgaticaqcommented, May 26, 2015

Is fixed by adding this to the user settings of emmet

{
    "known_html_tags": "html head title base link meta style script noscript body section nav article aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr pre blockquote ol ul li dl dt dd figure figcaption div a em strong small s cite q dfn abbr data time code samp kbd sub sup i b u mark ruby rt rp bdi bdo span br wbr ins del img iframe embed object param video audio source track canvas map area svg math table caption colgroup col tbody thead tfoot tr td th form fieldset legend label input button select datalist optgroup option textarea keygen output progress meter details summary command menu main template"
}
1reaction
bluethoncommented, Mar 20, 2016

@lgaticaq Thank you, it works!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Store a closure as a variable in Swift - Stack Overflow
The compiler complains on var completionHandler: (Float)->Void = {}. because the right-hand side is not a closure of the appropriate ...
Read more >
Swift Closures with Completion handler | by Dhaval Kansara
Swift Closures with Completion handler ... Closures are self-contained blocks of functionality that can be passed around and used in your code.
Read more >
completionBlock | Apple Developer Documentation
The block to execute after the operation's main task is completed. ... Declaration. var completionBlock: (() -> Void )? { get set } ......
Read more >
CSS Var Complete - Visual Studio Marketplace
This opens a completion list dropdown, with all the CSS variables in the list. Select and add the variable of your choice, to...
Read more >
VAR Call Completion Summary Report
The VAR Call Completion Summary provides a summary of the completed calls based on how the call has ended. Each report contains a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found