Documentation
¶
Index ¶
Constants ¶
View Source
const ( IDENameVSCode = "vscode" IDENameCode = "code" IDENameCursor = "cursor" IDENameWindsurf = "windsurf" IDENameKiro = "kiro" IDENameJetBrains = "jetbrains" IDENameJB = "jb" )
IDE name constants
Variables ¶
View Source
var SupportedIDEsList = []string{ IDENameVSCode, IDENameCursor, IDENameWindsurf, IDENameKiro, IDENameJetBrains, }
SupportedIDEsList contains the list of primary IDE names (used for display purposes)
View Source
var VSCodeBasedIDEs = []string{ IDENameVSCode, IDENameCursor, IDENameWindsurf, IDENameKiro, }
VSCodeBasedIDEs contains the list of VSCode-based IDEs (for flags and documentation)
Functions ¶
func GetSupportedIDEsString ¶
func GetSupportedIDEsString() string
GetSupportedIDEsString returns a comma-separated string of supported IDE names
func GetVSCodeBasedIDEsString ¶
func GetVSCodeBasedIDEsString() string
GetVSCodeBasedIDEsString returns a slash-separated string of VSCode-based IDE names
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.