Written by

Technical Writer at InterSystems
Article Jan Stetson · Dec 1, 2016 2m read

Atelier Equivalents for Studio Actions

Task Studio Action Atelier Equivalent Atelier Keyboard Shortcut See also ...
Display line numbers. View > Show Line Numbers Window > Preferences > General > Editors > Text Editors > Show line numbers CTRL+, Atelier Editor Features: Line Numbers
Code completion assistance Immediately suggests completions as you type, unless explicitly disabled. You must type CTRL+SPACE to invoke content assist. CTRL+SPACE Editor Content Assist
Navigate to a specific line number. Edit > Go To, select Line Number Navigate > Go to Line CTRL+L Atelier Editor Features: Line Numbers
Navigate to a routine, class, or class member. Edit > Go To, select Tag or Label Find resources in the file:
Window > Show View > Outline
Navigate or Editor Context Menu > Quick Outline

ALT+SHIFT+Q, O
CTRL+O

Atelier Editor Features: Quick Outline
Atelier Editor Features: Outline View
Find resources in the project:
Editor Context Menu > Open Declaration

F3
Atelier Editor Features: Open Declaration
Return from a navigation action. Edit > Go Back Navigate > Back
Navigate > Forward
Navigate > Last Edit Location
CTRL+[
CTRL+]
CTRL+Q
Atelier Editor Features: Navigation Forward and Back
View code generated by the compiler, such as .INT and .MAC files. View Other Code Editor Context Menu > View Others CTRL+SHIFT+V Atelier Editor Features: View Others
Use the IDE in full screen mode. View > Full Screen Window > Appearance > Toggle Full Screen ALT + F11 Rearranging the Atelier Workbench
View class documentation. View > Show Class Documentation Window > Show View > Other > Atelier > Atelier Documentation   Atelier Documentation View
View a class as a Web page in a browser. View > Web Page View Web Page button on the main toolbar.   Atelier Editor Features: View Web Page
Watch values during debugging. View > Watch Variables and Expressions views in the Debug perspective   Running and Debugging an Atelier Application