MCPcopy
hub / github.com/victorporof/Sublime-HTMLPrettify / file_bug

Function file_bug

src/py/utils/web_utils.py:9–12  ·  view source on GitHub ↗

Opens a new tab in the default browser at this plugin's repo

()

Source from the content-addressed store, hash-verified

7
8
9def file_bug():
10 """Opens a new tab in the default browser at this plugin's repo"""
11 url = "https://github.com/victorporof/Sublime-HTMLPrettify/issues/new"
12 open_new_tab(url)
13
14
15def view_readme():

Callers 4

runMethod · 0.85
handle_runtime_errorFunction · 0.85
handle_unknown_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected