ilich / vscode-coldfusion

Visual Studio Code CFML (ColdFusion) Language Support
MIT License
40 stars 15 forks source link

Cleaned up snippets. Added tag comments. Added hover. #16

Closed KamasamaK closed 7 years ago

KamasamaK commented 7 years ago

Cleaned up snippets. Added tag comments command/shortcut binding. Added hover descriptions for built-in tags and functions.

ilich commented 7 years ago

Thank you very much for your help. I appreciate it a lot. Could you confirm the license for CFDocs JSON? Is it from https://github.com/foundeo/cfdocs project?

KamasamaK commented 7 years ago

@ilich Yes, that is the project. It is MIT, just like this project. The plan is to implement live retrieval like sublimetext-cfml, but I wanted to also have the option of reading it locally and started there. Looking at that project more closely, I think the decision they made to have the user provide those docs if they want them locally is probably better. If you agree, just reject this PR and I will rework it this weekend.