mikaku posted at Mar 29, 2020
Atom
再起動コマンド
下記4コマンドで再起動
ctl+opt(Alt)+cmd+l
プラグイン
・tag
[Ctl]+[Alt]+[.]
https://atom.io/packa ...
- 0
Mocacamo posted at Oct 15, 2015
【atom】atomでgistを作るには
やること
atomで簡単にgistを作るやり方を理解する
記録
atomを使っています。
簡単にgistを作れると聞いたので、設定してみました。 次の画面の ...
- 5
tomorin0608 posted at Apr 12, 2019
atom
package main
import (
"fmt"
"regexp"
"strings"
)
func main() {
var a string
// var b byte
for ...
- 0
toripiyo posted at Apr 27, 2016
atom
snippets
snippets tips
find snippet selector
alt + command + p
http://minegishi.mods.jp/blog/?p=4...
- 1
toripiyo posted at Nov 15, 2014
atom
shortcut key
https://bugsnag.com/blog/atom-editor-cheat-sheet
error message
spawn shell ...
- 0
withthenature posted at Aug 03, 2018
【ATOM】ATOMの日本語エラーを直しました
http://www.o2-m.com/wordpress2/2017/08/21/atom-runnerでpythonプログラムを実行すると日本語表示がエラ/
前回のrun ...
- 0
nikushi posted at Feb 24, 2015
Atomの~/.atom/ をdotfilesリポジトリで管理
dotfilesはhomesickで管理しているので~/.atom/も同方法で管理することにした。 ただ、~/.atom/にはキャッシュファイルやnpmのパ ...
- 18
isohaaa posted at Jul 10, 2020
ATOM settings
config.cson
ATOM -> config
以下を貼り付け(既存の設定はどっかにメモっておく)
"*":
"atom-alignment": ...
- 1
me-654393 posted at Oct 18, 2019
Atomの操作
概要
ここではAtomの以下の操作について説明する。 https://atom.io/
2.ダウンロードフォルダにあるatom-mac.z ...
- 0
kohbis posted at Oct 29, 2017
Atomにatom-pairパッケージを入れてペアプログミング
先にざっとまとめ
- 導入がめちゃくちゃ簡単
- 画面共有ではなく誰でも編集可能
- 最大20人まで(そんなにいるのか)
Atomエディタのインストール
公式サイト(http ...
- 13
Search syntax
- title:Git
- Containing "Git" in title
- body:Ruby
- Containing "Ruby" in body
- code:function
- Containing "function" in code
- tag:Rails
- Tagged with "Rails"
- user:qiita
- Created by qiita
- stocks:>3
- more than 3 stocked
- created:>2020-12-18
- Created after 2020-12-18
- updated:>2020-12
- Updated after 2020-12-01
- -tag:Ruby
- Not containing "tag:Ruby"
- Ruby OR Rails
- Containing "Ruby" or "Rails"