오버레이어 커스텀태그 작성에 도움을 주는 익스텐션입니다!
학업 등의 이슈로 업데이트가 많이 늦어질 수 있습니다.
This is VSCode Extension that helps writing Overlayer customtags!
Update can be delayed because of my classwork / etc.
-
오버레이어 관련 함수 추천 및 자동완성 ||| Suggest and Auto-complete Overlayer-related function
-
오버레이어 관련 단어에 마우스 올리면 등록된 문서 보여줌 ||| Show documentation about Overlayer-related things when mouse over
intellioverlayer.workspaceFolder
- 커스텀 태그 워크스페이스로 인식할 폴더명입니다.
- Folder names to recognize as custom tag workspace.
intellioverlayer.modsFolder
- 얼불춤 모드가 설치된 경로입니다.
- Path to adofai mods.
workspaceFolder
의 기본값을 [Overlayer
,Scripts
]로 바꿨습니다. 이 변경사항은 업데이트로 적용되지 않으니 수동으로 업데이트해주시기 바랍니다.- Changed default value of
workspaceFolder
to [Overlayer
,Scripts
]. This change is not applied by updating, so please update it for yourself. - 자동완성 정보를 오버레이어의
Scripts
폴더에서 직접 로드합니다. ||| Now load AutoComplete info fromScripts
folder in Overlayer directly.- 이에 따라 v0.1.2까지 지원하던 호버독스에서의 추가 설명이 제거되었습니다. ||| Due to this, Additional descriptions in hover docs (which v0.1.2 and lower supports) are deleted.
- 오버레이어의 공식 로고가 생겨 아이콘을 해당 로고로 변경하였습니다. ||| Changed Icon to Overlayer official logo.
- 자동완성 우선순위를 제거하였습니다. ||| Removed sort priority for Overlayer stuffs.
- 태그의 설명을 오버레이어 위키의 설명으로 교체했습니다. ||| Replaced tag's descriptions to Overlayer Wiki's descriptions
- 영문 번역은 추후 추가할 예정입니다. ||| English translation will be available soon
Tags.json
파일을 위키의 분류에 따라 7+2(Enum
,Class
)개의 파일로 분할했습니다. ||| SeparatedTags.json
file to 7+2(Enum
,Class
) files according to the classification of wiki
- Added extension icon (temporary)
- 임시 아이콘이기 때문에 언제든지 바뀔 수 있습니다. ||| It can be changed at anytime since this is temporary icon
Overlayer.registerTag
함수에notplaying
매개변수를 추가했습니다. ||| Addednotplaying
parameter toOverlayer.registerTag
- 이제 태그를 익스텐션 내부의 별도 json에서 로드합니다. ||| Now load tags in external json (it's inside the extension folder)
- 초기 릴리즈 ||| Initial release of IntelliOverlayer