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
Compass 1Compass 1 

Unable to create the Apex Class

I wanted to create the Visualforce Page using Apex Class. But when i use the extensions command system says the given class name is not found and not given me an option to create the Apex Class.

 
Shaijan ThomasShaijan Thomas
can you put the code here
Shaijan
AngulixAngulix
If the issue is that a blank visual force page is not created when putting in the browser a URL like: <sfservers>/apex/mynonexistantpage
Check the settings of your profile, development mode must be enabled in user > my Settings > Personnal > Advanced User Details
Once enabled, it shows as well the developper bar at the bottom of the browser window.
Compass 1Compass 1
Thanks for the responses. 
I am able to create the Visualforce Pages but system is not generating the Apex Class. on Apex Class screen the "New" button is not apearing.
whereas on Apex Page i can see the New button and create the pages.

Whenever i try to use the class its says Class is not found and not giving me an option to create the Apex Class.