zlacker

[parent] [thread] 0 comments
1. bruce3+(OP)[view] [source] 2025-01-30 01:45:55
Thank you for responding. I was wrong about some of these in hind sight.

Today when I tried goto-definition, it worked as expected. I'm not sure why it didn't before. This was for a C project. I do have various Package Control packages installed:

  "Golang Build",
  "Package Control",
  "PackageResourceViewer",
  "SublimeLinter",
  "SublimeLinter-clang",
  "Theme - One",

And you were right, I had set my build process manually. I'm sorry for slandering.

What I meant by "terminal" is the output monitoring pane. Whenever I build "C - single file" or "Python - single file", a pane with <textarea> behavior appears in the bottom, showing the program output. But if said program is interactive, there's no way to send it any input. Nor to stop the program. Building it again leads to a new instance of the program being spawned, but the old one stays running.

[go to top]