Coldfusion not support sql autocomplete ?
Answered
Sorry. I don't speak english.
I using coldfusion(cmf, cfc)
php plugin support sql autocomplete. very usful feature.
but coldfusion is not.
<cfscript>
queryExecute("SELECT * FROM...");
</cfscript>
<cfquery ...>
SELECT * FROM...
</cfquery>
Use database is Sql server.
I tried to add it to the language injection setting, so I failed.
I would appreciate it if you could tell me the possible methods.
Please sign in to leave a comment.
SQL completion in ColdFusion files is currently limited. Please vote and follow the https://youtrack.jetbrains.com/issue/IDEA-83104