Releases: cfmleditor/cfmleditor
Releases · cfmleditor/cfmleditor
0.7.0
What's Changed
- Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #135
- Bump glob by @dependabot[bot] in #136
- Add Test CI workflow by @zspitzer in #140
- getCommentAndStringRangesIterated performance updates by @ghedwards in #142
New Contributors
Full Changelog: 0.6.43...0.7.0
0.6.43
0.6.42
See CHANGELOG.md for release notes
0.6.41
What's Changed
- Remove support for
formulahendry.auto-close-taguse in cfmleditor (#92) - Multi cursor auto tag close fixes / usability improvements (#88)
- Added command and menu item "Copy CFC Package Path" to copy
component.dot.paths(#80) - Added
cfml.webrootsetting to simplify mappings when a workspace subfolder is the server webroot. (#36)
Full Changelog: 0.6.40...0.6.41
0.6.40
What's Changed
- Added Lucee documentation as alternative to CFDocs --
cfml.cfDocs.source:lucee(#71) - Added support for using
.zipfiles incfml.cfDocs.localPath - Added support for using URLs in
cfml.cfDocs.localPath - Fixed docblocks (#77)
Full Changelog: 0.6.39...0.6.40
0.6.38
0.6.37
[0.6.37] - 2025-03-31
- Added experimental
lookbehind.maxLengthandlookahead.maxLengthsettings for performance tuning of various context resolutions based on cursor position - Updated
fastComment Ranges function to support nested CFML comments - New Tests for Definition provider
- Update Definition provider to reduce false positives
0.6.36
0.6.36
- Always return additional definitions where they exist
- Update SearchMode.EqualTo to filter function names that don't match
- Update to Folding Region regExp to include CF tag comments
- Generate warning alert where conflicting extensions are installed