Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LF Language Support (Made by kumunua)New to Visual Studio Code? Get it now.
LF Language Support (Made by kumunua)

LF Language Support (Made by kumunua)

kumunua

|
1 install
| (0) | Free
Syntax highlighting, language configuration, and LF file icon support for LF.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LF Language Support

VS Code에서 LF(.lf) 파일을 더 편하게 작성할 수 있게 해주는 언어 지원이에요.

문법 예시

// MyLF.lf
package System

public group MyLF() {
  public function Main(string[] args) {
    System.Writeln("Hello, World!")
  }
}

참고

이 확장은 LF 문법 하이라이팅과 기본 언어 설정을 제공하는 확장입니다. 컴파일러, 실행기, 디버거는 포함하지 않습니다.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft