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
Tag completions and auto indent and outdent don't work properly.
I've quadruple checked all the settings:
HTML
Cfml
Auto-close-tag
Still the functionality is not what is to be expected. I used simple HTML tags here to demnstrate - in both CFM and HTML files. The HTML file works correctly.
The text was updated successfully, but these errors were encountered:
WebVeteran
changed the title
Tag completion and in/out-dent not working properly
HTML Element completion and in/out-dent not working properly
Oct 11, 2018
HTML settings would not affect this if you have the language for the file is set to CFML. Regarding your video, it was very helpful. Here are my responses:
Adding a tag should
a. Auto-close on <\: Auto-closing is exclusively handled by the extension auto-close-tag. The only thing this extension does is modify the configuration for you to exclude certain tags. I believe the setting for this is "auto-close-tag.SublimeText3Mode": true as indicated in its README. If you are having an issue with that setting, you should open an issue in that extension's repository.
b. Auto-indent the next line when hitting return: It should work like this in v0.5.0+
Modifying a tag should
a. Not duplicate the tag. Again, this is handled by the auto-close-tag extension.
b. Auto-indent the next line when hitting return: See 1.b.
Re-indent should not indent head and body: I'm not sure how that command works. Also, I don't know why they would not be indented. This does not seem like something worth looking into.
Tag completions and auto indent and outdent don't work properly.
I've quadruple checked all the settings:
Still the functionality is not what is to be expected. I used simple HTML tags here to demnstrate - in both CFM and HTML files. The HTML file works correctly.
See attached zipped MP4.
tags.mp4.zip
The text was updated successfully, but these errors were encountered: