Code Monkey home page Code Monkey logo

Comments (5)

alkama avatar alkama commented on August 23, 2024

Hello,

Note: We now put the required temporary files in the project directory to help racer spot the projects "Cargo.toml" file so that it can help you complete even with your dependencies.
(We soon will even put those temp files in the same directory where your current edited file is).
That's to explain why we had to quit putting those files in the usual system temp folder.

Now about your problem:
Firstly, it's strange you have multiple temp files, they should disappear once the call to racer is completed.

Secondly, we shaped them as ".XXXXX" because the ".*" is ignored by default by Atom.
Check your Atom Settings:

  • Open Settings > Packages
  • Search the core package called tree-view, click Settings
  • Check the box called Hide Ignored Names

You can control what is ignored in the main Atom settings top panel.

That, at least, should remove the flickers due to those temp files being hastily created and destroyed as racer is called.

from atom-racer.

armink avatar armink commented on August 23, 2024

Thx. It isn't appear temp file When I check the box called Hide Ignored Names. 😄
I think should write this tips to readme file. Perhaps you can add this check box to atom-racer.

from atom-racer.

alkama avatar alkama commented on August 23, 2024

I'll certainly add that to the readme soon.
And about adding a settings to toggle ignore on tree-view, I'm kinda reluctant to change a settings owned by another package.
Glad it fixed your problem anyway :)

from atom-racer.

Fedcomp avatar Fedcomp commented on August 23, 2024

Any chance you will allow to set tmp directory via configuration? or even avoid tmp files in the future? sounds like it's pointless hdd/ssd rewrite operations

from atom-racer.

melroy89 avatar melroy89 commented on August 23, 2024

You could.. also store this temp files in some user ~/.blbla hidden directory. So the Atom project will not flicker anymore since the default installation of both racer + atom gives unwanted behaviour (Hide Ignore Names is not checked by default). Something that every user needs to fix over and over again.

from atom-racer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.