how can show run conf on scratch file
Answered
i have a plugin
https://github.com/bluelovers/idea-run-typescript
how can show run conf on scratch file
i can't found info by keyword `scratch`
http://www.jetbrains.org/intellij/sdk/docs/welcome.html?search=scratch
https://github.com/JetBrains/intellij-sdk-docs/search?q=scratch&unscoped_q=scratch
Please sign in to leave a comment.
Scratch files have distinct filetype, so checks like https://github.com/bluelovers/idea-run-typescript/blob/master/src/io/plugin/tsnode/execution/TsRunConfigurationProducer.kt#L33 will not work. see com.intellij.ide.scratch.ScratchFileType#INSTANCE