You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a bug or a missing feature in the current but if I create a new spark file and just type:
<a
then I get the intellisense box where the first item of the list is "cache". So if the next character I type is a space, my A tag is replaced by:
<cache
In fact, only spark tags appear in the box when there is no initial content in the file.
I should add that once I have corrected the tag so that it shows "a" intellisense will correctly show me its attributes.
Also not that if I'm inside an existing html tag (like DIV) then the html tags will be shown in the intellisense box.
The text was updated successfully, but these errors were encountered:
I don't know if this is a bug or a missing feature in the current but if I create a new spark file and just type:
then I get the intellisense box where the first item of the list is "cache". So if the next character I type is a space, my A tag is replaced by:
In fact, only spark tags appear in the box when there is no initial content in the file.
I should add that once I have corrected the tag so that it shows "a" intellisense will correctly show me its attributes.
Also not that if I'm inside an existing html tag (like DIV) then the html tags will be shown in the intellisense box.
The text was updated successfully, but these errors were encountered: