edubkendo / atom-racer

Intelligent code completion for Rust in the Atom Editor. Requires Racer.
MIT License
115 stars 24 forks source link

Feature Request: Get rid or move location of temp files #82

Open aniljava opened 7 years ago

aniljava commented 7 years ago

If possible get rid of temp files to communicate. Or allow to change the directory for the location using global configuration or parameter passed to

If temp files and its location is a hard requirement (assuming racer makes use of cargo, rustc and need a file in specific location), consider creating a shadow of project in other location such as /tmp/, /dev/shm/ that is configurable by user.

Along with the problem in project's FAQ about flickering, it would solve other problems such as:

  1. 80

Xaeroxe commented 6 years ago

This was done in my fork: https://atom.io/packages/racer-plus