pulsar-ide-html
A Pulsar-native IDE provider package for HTML
savetheclocktower 115 0 0.1.0 MIT GitHub
  • Made for Pulsar!

    This package was written specifically for Pulsar and did not exist in the Atom package repository.

pulsar-ide-html package

Visual Studio Code’s HTML language server in Pulsar. Uses @t1ckbase/vscode-langservers-extracted.

Features:

  • Completion (via the builtin autocomplete-plus)
  • Symbol listing and navigation (via the builtin symbols-view, or in an outline via pulsar-outline-view)
  • Highlighting references (put your cursor on a token and see all other usages of that token; used via pulsar-find-references)
  • “Hover” information about the tag or attribute under the cursor or mouse pointer (via pulsar-hover)
  • Code formatting (via pulsar-code-format)
  • Ability to rename both the opening and closing tag at once (via pulsar-refactor)
  • Can also act intelligently in embedded style and script blocks, including diagnostics (via linter and linter-ui-default)

Configuration

The settings under the “Server Settings” section correspond almost exactly to the settings exposed by the language server. No restart of the editor is required after a change in settings.