Questions tagged [ide]
An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. The most common Salesforce IDEs are Eclipse and MavensMate.
279 questions
0 votes
0 answers
300 views
Using Salesforce Extensions for Visual Studio Code with the Cursor AI editor
Given that the Cursor - AI Editor is a fork of VSCode, the Salesforce Extensions for Visual Studio Code in theory will work in that editor. If you have used this Cursor combination, my question is ...
1 vote
1 answer
88 views
Code Builder Web IDE - What role third party websites plays?
While installing code builder managed package in one of sandbox org, we came across a step to provide access to third-party website and endpoints. After seeing this step, we canceled the installation ...
4 votes
1 answer
9k views
VS Code Salesforce extensions not activating
I've been using VS Code for a few years now, and in different computers and even in a couple of companies but a several weeks ago I have been having this issue. When opening or running any command in ...
-1 votes
2 answers
2k views
How can I see which unit tests test a specific class?
I have test coverage for all classes but how can I see what exact unit test class provides the test coverage for that class? Let's say I have a class: AttachmentsController - how can I see where that ...
1 vote
0 answers
168 views
Using Salesforce Extension Pack in Visual studio professional
We purchased Visual studio Professional edition recently, for another project. Before this we have been using visual studio code and the Salesforce Extension Pack to code in Salesforce. Now we want to ...
1 vote
1 answer
2k views
Illuminated cloud cannot resolve symbol
My org has managed package.I have download my study project from git, set up connection via tools > illuminated cloud > configure project. I authorized to org with token but still cann't push ...
0 votes
1 answer
235 views
How can I not override other people changes while using IDE? [closed]
I use IntelliJ with the Illuminated Cloud 2 plugin Whenever I make a change in a class, I need to do "refresh metadata" to the class before making a change or the current code for that class ...
0 votes
1 answer
147 views
Can I have more than 15 active connections in my IntelliJ IDE?
I noticed that every time when I have above 15 active connections to Salesforce orgs, I can't do the new connection (in my IntelliJ IDE). I use Illuminated Cloud 2 plugin to connect this Is there a ...
0 votes
1 answer
559 views
Why just right after connecting with the organization (via Illuminated Cloud plugin), my metadata is a little different in my IDE than in my org?
I just connected with my organization (via the Illuminated Cloud plugin) and did "Compare metadata with the server" Although Apex code and Visualforce are the same, many profiles are a ...
1 vote
1 answer
2k views
Illuminated Cloud 2 claims that the sfdx executable does not exist or is not executable in my Linux install, why?
When adding the path provided by which sfdx to the little popup after creating a SFDX project in Illuminated Cloud I get the following error: The configured Salesforce CLI executable does not exist ...
0 votes
2 answers
923 views
If I would reset security token, then other developers using that account will lost connection?
We have one account in Salesforce which is used for development by 3 developers If I would reset the security token (in order to connect with environment via IDE), then all other developers would lose ...
4 votes
2 answers
1k views
How to integrate Apex PMD with husky and lint-staged?
I am currently working on the IDE setup for a SFDX project. In my opinion the process for ensuring good code quality already starts in the developer's IDE. Therefore, for UI components, I already have ...
1 vote
1 answer
2k views
How to set up VS code so I can switch smoothly between different sandboxes?
I followed this really helpful guide to set up my VS Code environment and was able to get my Dev sandbox connected. Now I want to connect another sandbox (e.g. QA) to my VS Code because my goal is to ...
0 votes
2 answers
2k views
How better is VSCode for SF development than other paid tools? - need your objective opinion [closed]
This question is aimed to get help to decide whether to migrate to VS Code or stay with IntelliJ+IlluminatedCloud. I know this is a personal choice, but I feel like I'm being driven more and more to ...
4 votes
3 answers
2k views
VS Code - Snippets Library?
Before I go through and recreate all my most commonly used snippets in VS Code, does anyone know if these have been created for apex already? ..and if so where I can find them? I have checked in the ...