Last updated on
Aug 8, 2024
|
Also applies to ColdFusion
- ColdFusion Builder Extension for Visual Studio Code User Guide
- Adobe ColdFusion Builder extension for Visual Studio Code
- Getting started with Adobe ColdFusion Builder extension for Visual Studio Code
- Visual Studio code plugin update 2 release notes
- Visual Studio code plugin update 3 release notes
- Add a ColdFusion server
- Project Manager
- Work with ColdFusion code
- Profile preferences
- Debug applications
- Refactoring
- Services Browser
- RDS support
- PMT Code Profiler integration
- Security Analyzer report integration
- Known issues in this release
- Getting started with Adobe ColdFusion Builder extension for Visual Studio Code
Overview
ColdFusion Builder extension for Visual Studio code (update 2) (release date: January 16, 2024) contains dictionary support for the functions added in ColdFusion (2023 release), such as JWT, serialization, and XML. The update also contains a few bug fixes.
Read on to learn more about the release.
Support for macOS Sonoma
The Update 2 of the plugin is supported on macOS (Sonoma).
Support for JDK
Update 2 of the extension is also supported on the JDK 21.0.1 platform.
What's new and changed in this update
Methods added in this update
The following functions have been added to the dictionary:
Bugs fixed in this update
- The Project Manager does not apply the settings defined in files.exclude. VS Code displays the .git directory in the Project Manager section, which should be hidden.
- Sometimes, you must force refresh the Project Manager to display after you cut, copy, paste, or delete an item in a folder.
- The code formatter does not work as expected if a file contains a closure.
- After using the Format Document feature, the formatting changes the case of tag attribute names to lowercase, even when the formatting configuration is set to No changes.
- After updating the plugin from v1.0.443 to v1.0.469 and opening larger ColdFusion files (1000+ lines), the error message java.util.concurrent.CompletionException: java.lang.StackOverflowError, displays.
- For a CFC, the function arguments don't appear in code assist (Ctrl+Space) or waiting a bit.