Package-level declarations
Types
Link copied to clipboard
class GithubOpenFileHandler(githubRepository: String, branch: String = "main", server: String = "https://github.com") : UrlOpenFileHandler
An OpenFileHandler that opens files in GitHub's web interface.
Link copied to clipboard
interface, which determines the behavior when opening source code, etc. PreviewLabGallery に指定することで機能するようになります。
Link copied to clipboard
OpenFileHandler, which opens a file based on a base URL. Generate a URL in the format $baseUrl${filePathInProject}${startLineNumberがある場合は "#L${startLineNumber}"} and open the URL using the platform default method (use LocalUriHandler).