Simultaneously Edit Start and End HTML Tags in Atom


Summary of my bookmarked Github repositories from May 4th, 2017

Github repositories

  • dsandstrom/atom-double-tag

    Double Tag is an Atom package available on GitHub that allows users to edit both the start and end HTML tags simultaneously. By modifying the start tag (<div>) and the corresponding end tag (</div>), users can easily make changes to HTML, PHP, ERB, JSX, XML, and marko languages. The package provides configurable options such as enabledScopes to specify active language scopes, ignoredTags to exclude certain HTML tags, and allowEndTagSync to enable synchronization between start and end tags. This open-source project welcomes contributions through issues and pull requests.