원자에 대해 Ide-Haskell 패키지를 사용하려고하는데 어떤 이유로 작동하지 않습니다.atom 편집기의 ide-haskell이 작동하지 않습니다.
먼저 ghc-mod와 세련된 haskell이 모래 상자에 ~/lib/
아래에 설치되어 있습니다. 등, 나는 또한 현재 리눅스를 실행하는거야
하지 맥 내가 command --help
를 호출 할 수 있습니다 - 나는 그 경로를 테스트 한
[email protected] ~> cat ~/.atom/config.cson
'global':
'exception-reporting':
'userId': '3b5a8a6c-7778-b310-6a5f-d8ecc314b30f'
'welcome':
'showOnStartup': false
'core':
'themes': [
'atom-dark-ui'
'seti-syntax'
]
'ide-haskell':
'ghcModPath': '/home/athan/lib/ghc-mod-5.2.1.1/.cabal-sandbox/bin/ghc-mod'
'stylishHaskellPath': '/home/athan/lib/stylish-haskell-0.5.11.0/.cabal-sandbox/bin/stylish-haskell'
'editor':
'fontSize': 14
'showIndentGuide': true
'showInvisibles': true
'softWrapAtPreferredLineLength': true
'invisibles': {}
, 그들은 올바른 위치 : 여기처럼 내 config.cson
파일이 모습입니다 그래서 일부 keymappings을 추가해야했습니다 :
[email protected] ~> cat ~/.atom/keymap.cson
'.workspace':
'ctrl-alt-o': 'ide-haskell:toggle-output'
'.editor':
'ctrl-alt-s': 'ide-haskell:prettify-file'
이들은 등록이 잘되어있어 ide-haskell의 패키지 설정에서 볼 수 있습니다. 그러나 키 입력을 실행해도 아무 것도하지 않습니다 (각각 파일을 열고 저장하는 데 사용됨).
어디서 실수했을까요? 내가 ide-haskell 을 설치하기 전에 ghc-mod 설치를 끝내기는하지만, 그것은 중요하지 않습니다 ... 링크가 맞습니다. 누구든지이 일을 도울 수 있다면 나는 황홀 할 것이다.
나는 당신의 상황에 도움을 줄 수 없지만 나의 좋은 & 자아상의 마음은 내가 아톰과 ide-haskell을 잠시 사용했고 비슷한 Sublime Haskell을 더 오랫동안 사용했음을 알리고 싶어한다. EclipseFP를 사용하면 Java가 실행되는 방식을 더 용서 할 수 있다면 Java를 실행하는 데 용서를 베풀 수있는 방법을 찾아보십시오. – MasterMastic