OutSight
main
3
const val myName = "OutSight"
4
5
const val intro = """
6
7
$myName
8
9
What is it?
10
11
OutSight is the code-sharing service for JetBrains IDEs.
12
It helps users share source code on social networks and messaging platforms instantly.
13
Each shared code snippet preserves the exact look & feel of the source IDE.
14
It includes the original inspection warnings, errors, and context information - line numbers,
15
file and project names, and the VCS branch.
16
17
"""
Outsight
plugin
src
main
kotlin
com
jetbrains
outsight
Hello.kt
Shared from IntelliJ IDEA Ultimate in the Dark theme using the OutSight Plugin