2016-10-18 70 views

回答

1

您可以通過創建自定義snippet在Atom中執行此操作。打開你的片段(你可以運行command palette中的「應用程序:打開片段」命令),並添加以下內容:

'.source.python': 
    'self.': 
    prefix: '.' 
    description: 'self.' 
    body: 'self.'