PyCharm 2016.2 Help

Opening Language Injections in the Editor

Language injections are opened in the editor by means of a dedicated intention action Open <Injected Language> Fragment.

To open a language injection in the editor:

  1. In the editor, place the cursor within the string literal that represents the language injection of interest.
  2. To show the available intention actions, do one of the following:
    • Click the yellow bulb intentionBulb.png.
    • Press Alt+Enter.
  3. To select the Edit <Injected Language> Fragment option, do one of the following:
    • Click this option.
    • Use the Up and Down arrow keys to navigate to the option, and then press Enter to select it.
    editInjectedLanguageFragmentIntention.png

See Also

Last modified: 10 June 2016