function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sslatersslater 

code completion in vf page editor

Nice to finally have code completion!! It's not quite right though, but still cool. Using FF3, it only shows 1 page of completion options. To repro, try this:

 

<apex:column <--now hit ctrl-space. You'll see completion options, but not all. You can't do header* for example.

 

Likewise on datatable:

 

<apex:datatable <--- now hit ctrl-space. You can't select value for example.