Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davejlong/cf-utils.vim
A new Vim plugin to make Vim into a full-blown CFML and CFScript IDE
https://github.com/davejlong/cf-utils.vim
Last synced: 6 days ago
JSON representation
A new Vim plugin to make Vim into a full-blown CFML and CFScript IDE
- Host: GitHub
- URL: https://github.com/davejlong/cf-utils.vim
- Owner: davejlong
- Created: 2012-05-01T23:44:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T12:58:25.000Z (over 9 years ago)
- Last Synced: 2024-04-14T18:34:39.627Z (7 months ago)
- Language: VimL
- Size: 191 KB
- Stars: 20
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CF Utils for Vim
## Current Status
I am no longer developing CFML applications and thus I can't dedicate time anymore to keep CF Utils up to date. I will still merge Pull Requests that improve the plugin but will not be working on new features or fixing issues myself.
IF you are interested in taking over development of CF Utils, please let me know.
---
CF Utils for Vim was born out of the frustration with trying to write modern CF in Vim. Existing versions of the cf.vim syntax file don't support things like script based CFCs.
With CF Utils, I also wanted to turn give Vim some basic functions found in ColdFusion Builder extensions. Things like the QueryParam Scanner and VarScoper extensions are awesome features and make debugging legacy (or poorly written code) a breeze. In future versions of CF Utils, I also want to add basic RDS support to make general debugging easier in Vim.