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
D.M.D.M. 

Life after Eclipse

I have just realised, installing on a new PC, that Force.Com for eclipse has actually gone and this Micro$oft stuff really is being "forced" upon me.

Is there an easy guide to converting? I read a lot of long winded stuff.

All I want to do is edit files in a sandbox. Like a normal developer.

VinayVinay (Salesforce Developers) 
Hi,

If I understand correctly you are trying to re-install force.com IDE.

The Force.com IDE is no longer available.  Review below link for more details.

https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/ide_getting_started.htm#:~:text=After%20October%2012%2C%202019%2C%20support,tools%20made%20by%20our%20partners.

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar
D.M.D.M.
You misunderstand me a lot. The link was not helpful.
I am distressingly aware that the excellent Force.Com plugin is no longer available and that SF promotes M$ 'Code' as an IDE.
I have read the horrendous documentation for this, which involves all sorts of repos and scratches.

I am asking if there is an "easy starters" guide available for developers who already have active sandboxes and just want to reconnect to them and edit some apex.

Or is my future full of many open tabs and web UI edtting ?
 
VinayVinay (Salesforce Developers) 
As suggested,  VS code is the best tool to use.

https://trailhead.salesforce.com/en/content/learn/projects/quickstart-vscode-salesforce/use-vscode-for-salesforce

Below link that contains details of available IDE's.

https://www.jitendrazaa.com/blog/salesforce/list-of-ide-available-for-salesforce-coding/

Thanks,
Vinay Kumar
D.M.D.M.
The list of IDEs is 5 years old and includes many not now available.

I have been studying the sfdx commands and experimenting. They seem to function happily without using any IDE.
I suspect I will write my own documentation for a sensible process.
VinayVinay (Salesforce Developers) 
Agreed and using VS code should be easier than compared to any IDE.

Try to explore and also there are few salesforce extensions available in VS.

Thanks,
Vinay Kumar
D.M.D.M.
So far it does seem that ignoring and IDE and using the sfdx commands directly in the dos box is the easiest way to use it.