vscode-coldfusion icon indicating copy to clipboard operation
vscode-coldfusion copied to clipboard

suggestions for attributes

Open bardware opened this issue 7 years ago • 3 comments

It would be nice if the plugin would suggest the possible values for the attributes of the various tags. I never remember the possible actions of cffile or cfdirectory

bardware avatar Nov 19 '17 14:11 bardware

It has been partially done for required attributes using Snippets syntax (#27). Better support is coming together CFML language server (hopefully soon, depending on free time availability).

ilich avatar Dec 28 '17 23:12 ilich

Ditto that. Attributes no longer are suggested.

WebVeteran avatar Jan 02 '18 22:01 WebVeteran

Well, it has autocomplete for some tags, e.g. cfexchangecalendar. New snippets use only required attributes in snippets (but you can see all attributes in the snippet documentation). Proper implementation is coming within CFLM language server that is under construction at the moment. I will prioritize this feature.

ilich avatar Jan 02 '18 23:01 ilich