Wojtek Siudzinski
Wojtek Siudzinski
Unfortunately not yet. But it is on top of your Dev priorities!
Have you tried installing standalone [Particle Dev App](https://www.particle.io/dev)? You could also try to integrate Eclipse/Netbeans or any IDE using our [CLI](particle.io/cli). There are some tutorials on our community like this...
@IgorGanapolsky doesn't seem to be connected to package installation problems mentioned here. Could you open a separate issue for this?
@GonzRon we updated the instructions for the installation: https://github.com/spark/particle-dev#github-atom (they should also work with the x64 Windows). Are you able to make it work using them?
Could you check if those keys collide with build in shortcuts? It's possible by showing **Key Binding Resolver** from **Command Palette** (Cmd+Shift+P), press key combos and see if anything shows.
Hmmm so it looks like this is an [Atom](https://discuss.atom.io/t/cannot-write-the-symbol-w-german-keyboard-windows/10839/3) / [Keymap package](https://github.com/atom/atom-keymap/issues/35) issue. We could ship with modified `keymap.cson` which would remove those key bindings. What is the full name...
Those are the ones I was looking for :) I'll spin up Windows machine and try to figure this out.
Unfortunately this bug goes very deep inside Atom's core and can't be easly fixed... For now I recommend: - disabling **Autoflow** package (this should enable `@`) - modifying keymap file...
@ScruffR could you try replace `unset!` with `native!`?
Try this one: ``` 'atom-workspace atom-text-editor:not(.mini)': 'ctrl-alt-[': 'unset!' ```