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
Rakesh SRakesh S 

how can we see result in IDE

Hi All,

i am new into salesforce. i have a VF page and that associated controller. In Developer Console, i got result. but now i want to see result in eclipse ide. But it's not getting. Could you pls suggest me, what we can do in IDE.

 
sharathchandra thukkanisharathchandra thukkani
As per my knowledge In IDE we won't be able to capture the events/actions performed on page., for this we need to use developer console.
Mehiya JetharamMehiya Jetharam
Hi Rakesh,

Thats the advantage  of developer console enabled,we can see both our UI as well as our VF page. We can do the same with IDE.SO enable Development mode......all the best

 
Rakesh SRakesh S
i was imported all apex classes, vf pages and triggers into force.com from salesforce. now i want to develop app in IDE. Pls let me, how we can develop.
Mehiya JetharamMehiya Jetharam
Make any VF page on IDE and save on server.You need to enable work online in IDE,then only your page will get reflected in your org........
Rakesh SRakesh S
Hi, i am already using developer console but now i want to develop app in IDE. i want to see both our UI as well as our VF page in IDE. what we can do using IDE.

thank you.
Mehiya JetharamMehiya Jetharam
How can you see UI in IDE, you need to shuffle b/w IDE and Your org...........