Chris Sattinger

Results 45 issues of Chris Sattinger

https://atom.io/packages/atom-ctags

https://atom.io/packages/hyperclick After there are good native class lookups

When clicking on the link: /Users/crucial/Library/Application%20Support/SuperCollider/sclang_conf.yaml needs to unescape the URL to load the file

bug

See Interacting With Other Packages Via Services https://atom.io/docs/v0.186.0/creating-a-package This would allow other packages the ability to call supercollider code using the currently active interpreter. This could be used for tooling...

enhancement

Possibly this should be a separate package, or maybe even somebody else could do this. https://github.com/saschagehlich/autocomplete-plus/wiki/Tutorial:-Registering-and-creating-a-suggestion-provider Build an index of class and method names from the currently configured supercollider library...

enhancement

With react virtual scrolling. More efficient, easier to write formatting.

So you can with one quick key stroke easily hide all your previous messes

enhancement

Point: 0, Nan - its setting up a mark and is not able to parseInt based on what supercolliderjs returned ![](https://cloud.githubusercontent.com/assets/5734225/8552914/4dee42ca-2523-11e5-985d-fccc67094ddf.png) see issue #47 reported by @unclewalter

bug

also command-Y command-shift-Y

enhancement

This would be a separate project. LSP (language server protocol) would mean that sclang can be connected to most IDEs (atom, vscode, emacs, vim) and would support: Code completion |...