Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Coldfusion code assist for object array

$
0
0

Hi there!

 

Does anybody know how I can get code assist in IntelliJ if I return an array of a component?

 

For example:

 

component {

     public void function init() {

          var array = getAll();

          for(item in array) {

               WriteDump( item.myMethod() ); // <-- no code assist here

          }

     }

 

     private MyComponent[] function getAll() {

          return ORMExecuteQuery("from MyComponent");

     }

}

 

Thanks for your help!


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>