All Projects → microsoft → Vscode Tslint

microsoft / Vscode Tslint

Licence: other
A tslint integration for vscode

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Tslint

Electron React Typescript Webpack Boilerplate
Pre-configured boilerplate for Electron + React + TypeScript + Webpack
Stars: ✭ 146 (-62.94%)
Mutual labels:  tslint, vscode
Awesome Vscode
🎨 A curated list of delightful VS Code packages and resources.
Stars: ✭ 19,659 (+4889.59%)
Mutual labels:  vscode
Piptool
Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS Sierra
Stars: ✭ 337 (-14.47%)
Mutual labels:  tslint
Reactnativets
Boilerplate of a React Native project in Typescript.
Stars: ✭ 364 (-7.61%)
Mutual labels:  vscode
Openvsx
An open-source registry for VS Code extensions
Stars: ✭ 344 (-12.69%)
Mutual labels:  vscode
Vscodethemes
Preview themes from the VSCode marketplace.
Stars: ✭ 374 (-5.08%)
Mutual labels:  vscode
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (-14.47%)
Mutual labels:  vscode
Amvim For Vscode
The Vim mode for Visual Studio Code(vscode) that works as expected.
Stars: ✭ 393 (-0.25%)
Mutual labels:  vscode
T Rec Rs
Blazingly fast terminal recorder that generates animated gif images for the web written in rust
Stars: ✭ 361 (-8.38%)
Mutual labels:  vscode
Vscode Shellcheck
An extension to use shellcheck linter in vscode
Stars: ✭ 354 (-10.15%)
Mutual labels:  vscode
Tslint Config Standard
A TSLint config for JavaScript Standard Style
Stars: ✭ 358 (-9.14%)
Mutual labels:  tslint
Vscode Vuehelper
🐵vscode插件,vue,vue-router和vuex的代码提示
Stars: ✭ 351 (-10.91%)
Mutual labels:  vscode
Typescript Library Starter
Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
Stars: ✭ 3,943 (+900.76%)
Mutual labels:  tslint
Rxjs Tslint Rules
TSLint rules for RxJS
Stars: ✭ 341 (-13.45%)
Mutual labels:  tslint
Lynt
✨ A zero config JavaScript linter with support for Typescript, Flow, and React.
Stars: ✭ 390 (-1.02%)
Mutual labels:  tslint
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (-14.47%)
Mutual labels:  vscode
Vscode Php Intellisense
Advanced PHP IntelliSense for Visual Studio Code 🆚💬
Stars: ✭ 358 (-9.14%)
Mutual labels:  vscode
Vscode Docs
Public documentation for Visual Studio Code
Stars: ✭ 4,137 (+950%)
Mutual labels:  vscode
Vscode Theme Generator
Easily generate themes for VS Code with only a few colors
Stars: ✭ 393 (-0.25%)
Mutual labels:  vscode
Iceworks
Visual Intelligent Development Pack(可视化智能开发套件)
Stars: ✭ 390 (-1.02%)
Mutual labels:  vscode

vscode-tslint

Marketplace Version Market Place Installs

VSCode extension to support tslint. This README describes the development setup, for information about the published extension refer to the README in the tslint folder.

Development setup

  • run npm install inside the tslint and tslint-server folders
  • open VS Code on tslint and tslint-server or open a workspace with the client and server by opening vscode-tslint.code-workspace
  • compile the server once (see developing the server)

Developing the server

  • open VS Code on tslint-server
  • run npm run compile or npm run watch to build the server and copy it into the tslint folder
  • to debug press F5 which attaches a debugger to the server
  • to trace the server communication you can enable the setting: "tslint.trace.server": "verbose", "messages"

Developing the extension/client

  • open VS Code on tslint
  • run F5 to build and debug the extension

If you want to debug server and extension at the same time; 1st debug extension and then start server debugging after you have opened a typescript file that activates the extension.

Manual Tests

Manual tests can be found in the tslint-tests folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].