Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>imart-htmlNew to Visual Studio Code? Get it now.
imart-html

imart-html

Yao Chunlin

|
850 installs
| (0) | Free
A language server to support imart jssp html files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Imart Html extenson

Additional support for imart tags and Javascript library.

Functionality

This extension activate additional LSP when there is src/main/jssp folder.

This Language Server works for html file with below functionalities:

  • Completions for <imart> HTML tags
  • Completions for Imui JS in <script> tag

Running the Sample

  • Run npm install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • Press Ctrl+Shift+B to compile the client and server.
  • Switch to the Debug viewlet.
  • Select Launch Client from the drop down.
  • Run the launch config.
  • If you want to debug the server as well use the launch configuration Attach to Server
  • In the [Extension Development Host] instance of VSCode, open a HTML document
    • Type <d| to try HTML completion
    • Type <script>Imui|</script> to try JS completion
    • Have <script>ImuiBigDecimal</script> to see JS Diagnostics

ChangeLog

  • 1.0.3
    • 优化自动补全项目过滤。
    • 修改文件后版本号相应变化,不然TypeScript不解析新文件。
  • 1.0.3
    • 自动补全项目过滤修正,部分成员函数原来被过滤了。
  • 1.0.2
    • 使用SortText>11过滤掉本地文件的函数变量提示,这些默认的HTML扩展会处理。
    • 去掉DOM对象关联的自动补全项目。
  • 1.0.1
    • 自动补全列表bug修复。修复后会出现重复提示。
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft