How is 'inject language' supposed to work?
(using Intellij with Python plugin)
I place the cursor over a string, alt-enter, select intention "inject language". After that, nothing has changed visibly, but I see no more intentions on that string (alt-enter does nothing) and can't select with alt-cursor up. Tried with SQLite and HTML.
What am I doing wrong and how is injection supposed to work?
I place the cursor over a string, alt-enter, select intention "inject language". After that, nothing has changed visibly, but I see no more intentions on that string (alt-enter does nothing) and can't select with alt-cursor up. Tried with SQLite and HTML.
What am I doing wrong and how is injection supposed to work?
Please sign in to leave a comment.
Documentation on language injection is available at http://www.jetbrains.com/idea/webhelp/using-language-injections.html
Place cursor on the string, inject -> HTML, nothing (liked described above). Just tried with a new project and a one-liner python script - same.
See http://intellij-support.jetbrains.com/entries/23368682 if you are not familiar with YouTrack.