question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support SublimeText3

See original GitHub issue

The core of this project is the code_tracer.py file that runs the user’s script and builds a display of its execution. That script can be called from any editor, so it’s not too hard to add basic support for live coding in another editor like vim, Atom, or Sublime. The first version doesn’t need to worry about more complicated features like turtle graphics.

The Emacs support was generously contributed by users, so I’m adding this issue with the help wanted label to ask for contributions for other editors. Just add a comment here, or start a new issue describing the editor you want to work on.

You can find some general guidance in the contributing fiile.

  • implement plugin
  • adapt to space_tracer changes
  • package the plugin
  • publish in the marketplace
  • update the developer docs for publishing a release
  • test installing from the marketplace, after it is accepted
  • update installation instructions to use the marketplace

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
donkirkbycommented, Jan 9, 2020

Big news, @Derfies, our plug in is now published in Sublime Text’s Package Control. It took over a month for someone to review it, they gave some good advice for improving it. Now that it’s accepted, any new releases should come out within a few hours of when we publish them. Thanks for getting this started!

1reaction
Derfiescommented, Apr 16, 2019

Just ran into a similar issue myself - it seems it’s because Sublime can’t find the commands bound to those menu items. I’m not overly familiar with how sublime manages this stuff under the hood, but there’s some automatic mapping going on, eg “start” maps to “StartCommand”. If the StartCommand class doesn’t exist, the menu is greyed out. Hopefully there’s some explicit binding I can use instead. Still investigating.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support - Sublime Text
Something not working right? Pop in to the Technical Support forum to get it sorted. For sales questions, see the Sales FAQ or...
Read more >
Sublime Text - Text Editing, Done Right
Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing ...
Read more >
Technical Support - Sublime Forum
Topic Replies Created Ruby slim file type not in list 3 December 23, 2022 Unable to print in sublime text 5 December 22, 2022 Missing Linux...
Read more >
Documentation - Sublime Text
The following pages contain the official documentation for Sublime Text. The Sublime Text Unofficial Documentation is an excellent supplementary resource, ...
Read more >
Download - Sublime Text
Improved performance with large numbers of rules in a .sublime-theme; Linux: Moved to GTK3; Linux: Various high DPI fixes; Mac: Added Mojave support...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found