
Use Ctrl + ' to open the console. When Ctrl + ` is pressed, Sublime Text does not receive anything. It is therefore impossible to use this key combination for anything.
Full Answer
How to use developer console in Salesforce?
How to use developer console in salesforce Using Developer Console in Salesforce We can use a developer console to create, debug and test applications in your Salesforce organization. To open developer console follow below steps. Click on your name -> Click on developerconsole. See the below image for reference.
How to control a Salesforce Org?
To control a Salesforce org, some of the options available to you are the Salesforce Extensions for Visual Studio Code, the Developer Console, and third-party developer tools like the ones that you can download from AppExchange. The Developer Console is connected to one org and is browser-based.
How to execute Apex code in Salesforce developer console?
We can use a developer console to create, debug and test applications in your Salesforce organization. To open developer console follow below steps. Click on your name -> Click on developerconsole. See the below image for reference. By clicking on developerconsole it will open in new window. Executing Apex code in the developer console 1.
How to use the developer console as a Commander?
The first thing you learn as a commander is how to access your console. After logging in to your org, click Developer Console under the quick access menu () or your name. When you open the Developer Console for the first time, you see something like this. The main pane (1) is the source code editor, where you can write, view, and modify your code.

Why Sublime Text 3 ?
I’ve been working with Force.com for about 2 years, and always using Eclipse+Force.com IDE(See here, Eclipse Force.com IDE Installation)as my development environment. I don’t think it is really difficult to use, but it could be more friendly. For example:
1. Install Sublime Text 3
Sublime Text 3 supports Windows,MacOSX and Linux,I will explain it with MacOSX in this post.
2. Install Package Control
Package Control is the Sublime Text package manager,it is the simplest method of package management.
5. Eclipse Shortcuts
Create “Default (OSX).sublime-mousemap” file in “Default (OSX).sublime-keymap” ‘s parent folder with the following contents.
What Is the Developer Console?
The Developer Console is an integrated development environment (more typically called an IDE) where you can create, debug, and test apps in your org.
What is the main pane in the developer console?
When you open the Developer Console for the first time, you see something like this. The main pane (1) is the source code editor , where you can write, view, and modify your code. The tabs pane (2) is where you can view logs, errors, and other information, and write queries to interact with the records in your org.
Does the Developer Console have conflict resolution?
The Developer Console doesn’t have version control or conflict resolution. To avoid overwriting other people’s code, be careful when you use the Developer Console in orgs that you share with your teammates.
Can you build Lightning web components?
This content covers Aura components. You can’t develop Lightning web components in the Developer Console.
Can you steer Salesforce org toward customer success?
Similarly, you can steer your company’s Salesforce org toward customer success using the Developer Console. So, here comes the first question that you likely have before taking the controls: What is the Developer Console?
How to see what Sublime text is receiving?
To see what Sublime Text is receiving, enter sublime.log_input (True) at the console. Obviously change True to False to turn this off.
What keyboard shortcut is used for Sublime Text 3?
For Sublime Text 3 on a Windows machine and using an azerty keyboard, CTRL+! is the shortcut that works for me.
Where is the console search bar in Ubuntu?
In ubuntu on top right corner of sublime there will be a search bar go there and search for console and booom console will be in front of you without any shortcut key :)
