llvm-for-llvmta/utils/vscode/llvm
Nils Hölscher 3500bf8dde first commit 2022-04-25 10:02:23 +02:00
..
src first commit 2022-04-25 10:02:23 +02:00
syntaxes first commit 2022-04-25 10:02:23 +02:00
.gitignore first commit 2022-04-25 10:02:23 +02:00
.vscodeignore first commit 2022-04-25 10:02:23 +02:00
CHANGELOG.md first commit 2022-04-25 10:02:23 +02:00
README.md first commit 2022-04-25 10:02:23 +02:00
language-configuration-tablegen.json first commit 2022-04-25 10:02:23 +02:00
language-configuration.json first commit 2022-04-25 10:02:23 +02:00
package-lock.json first commit 2022-04-25 10:02:23 +02:00
package.json first commit 2022-04-25 10:02:23 +02:00
tsconfig.json first commit 2022-04-25 10:02:23 +02:00
vsc-extension-quickstart.md first commit 2022-04-25 10:02:23 +02:00

README.md

VS Code Extension For LLVM Dev

Features

  • LLVM IR files (.ll) syntax highlighting. (manually translated from llvm/utils/vim/syntax/llvm.vim)
  • TableGen files (.td) syntax highlighting. (translated from llvm/utils/textmate)
  • PatternMatchers for LIT test output. ($llvm-lit, $llvm-filecheck)
  • Tasks to run LIT on current selected file. (Terminal -> Run Task -> llvm-lit)

Installation

sudo apt-get install nodejs-dev node-gyp npm
sudo npm install -g typescript npx vsce

Install From Source

cd <extensions-installation-folder>
cp -r llvm/utils/vscode/llvm .
cd llvm
npm install
npm run vscode:prepublish

<extensions-installation-folder> is OS dependent.

Please refer to https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-installed

Install From Package (.vsix)

First package the extension according to https://code.visualstudio.com/api/working-with-extensions/publishing-extension#usage.

Then install the package according to https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix.

Setup

Set cmake.buildDirectory to your build directory.

https://code.visualstudio.com/docs/getstarted/settings

https://vector-of-bool.github.io/docs/vscode-cmake-tools/settings.html#cmake-builddirectory