

Once you install the Refinitiv Real-Time SDK and refer to the QuickStart page or the Installation guide, they explain how you can use Gradle to build and run the examples. Starting with Refinitiv Real-Time SDK Java v1.2, Refinitiv started using Gradle to build and run the RT-SDK examples. vscode folder in your project.An easy way to edit and test RT-SDK Java examplesĪccording to the Gradle documentation page, it is ' an open-source build automation tool that is designed to be flexible enough to build almost any type of software' Linux: $HOME/.config/Code/User/settings.json The workspace setting file is located under the.Mac: $HOME/Library/Application Support/Code/User/settings.json.Windows: %APPDATA%\Code\User\settings.json.Settings file locations depending on your platform, the user settings file is located here: Your Visual Studio Code user's settings.json location is: Go to: menu File → Preferences → User SettingsĪdd or change the value of "editor.formatOnType": false to "editor.formatOnType": true in the user settings.json User's settings.json is modified (see location by operating system below).Personal development environment tweeking to rule them all (settings:)).

Go to: Menu File → Preferences → Workspace SettingsĪdd and save "editor.formatOnType": true to settings.json (which overrides default behavior for the project you work on by creating. vscode/settings.json is created in the project root folder It works for most of the supported languages (I can guarantee HTML, JavaScript, and C#). While changing the default behavior for Visual Studio Code requires an extension, you may override the default behavior in the workspace or user level. Press the desired key combination and press enter.


For Windows and Fedora (Windows keyboard) use CtrlĪs per Visual Code version 1.28.2 this is what I found.Į no longer exists. You can add a keybinding in "Preferences->Keyboard shortcuts" or if you are feeling a little lazy to scroll up:
