rsense / SublimeRsense

Intelligent code completion for Ruby in the Atom Editor. Requires Rsense.
18 stars 2 forks source link

writing hash values to filesystem as empty files. #3

Open erickrause opened 9 years ago

erickrause commented 9 years ago

Hi, I recently had a weird issue where I had rsense running in sublime, but didn't have the gem installed an running. Then when I was editing my development.rb some of the values of a hash below were written out to the filesystem as empty files. With the names being the hash values.

development rb

env dir

Let me know if I can help clarify the issue.