after using VSCode, for 3 hours, I felt too big to control. Then I switched back to Atom, and found that all the configuration files and plug-ins were deleted. The first thing I did when I switched back to Atom was to install: vim-mode and ex-mode, but ...
just started learning python3, to write code in atom as follows: inp = input ( Enter Hours: ) hours = float ( inp ) inp = input ( Enter Rate: ) rate = float ( inp ) print ( rate ) print ( hours ) pay = Rate * Hours print ( pay )...
as the title, there are only two pictures when walking lanterns are. I click on the first picture, click the switch on the right, switch to the second picture (no problem), click on the right again to switch to the first picture (there is a problem! ), t...
recently messing with the front end, I think pycharm is relatively heavy. Try it for a while. Atom, feels concise and smooth. It works very well. But when you write python, you start to get depressed when you need to look at the source code. Find a funct...
problem description when I first started to learn the atom-beautify plug-in for atom used by react.js, to format js code, instead of aligning the code, it became even weirder. related codes Code before formatting return ( < header >...
I now click on the c file and want to enter a main function. After entering main, I click enter to have an automatic completion main frame. however, the parameter table of this main is not empty but has some inexplicable parameters. I want to set it to ...
inside some files, as soon as I edit the file, Atom will keep sending this red prompt, which makes me very confused. 1 there is no getProp inside my file. Is the red layer of 2 an error message that comes with atom? Or what plug-in did I install? al...
used to be developed with webstrom, in which there is an access path for direct npm run dev. Now I want to use vscode or Atom editor, but there is no small black box in it. After npm run dev is successful under the root directory, there is no access pat...
this plug-in is installed found that style is at the top after default formatting. how to customize formatting parameters ...
which editor, sublime or atom or any other editor, can achieve the following functions I now have a lot of files, more than a hundred now I want to delete the lines containing the example field in all files, how can I quickly operate ...
Mini player when writing vue-music project, deleting any song from the list has no transitional effect. html section the key id of li has been added. You can delete a song, but it still has no transition effect. The effect is very stiff. css: ....
Under mac, atom installs nuclide, developer react narive,nuclide successfully, and sets the installation dependency package. After restarting, command + shift + p cannot find the react native stare packager command ...
where does mac install software similar to fiddler tools ...
the effect of vertical alignment like the one below. ...
as mentioned, when I use the atom editor to save the modified js file. Atom pops up the warning box "Unable to save file: Permission denied ". Failed to save. How can I solve this problem? ...