steindani / msc-thesis

MSc Thesis: Graph-Based Source Code Analysis of JavaScript Repositories
11 stars 1 forks source link

VSCode Extension #1

Open st-schneider opened 6 years ago

st-schneider commented 6 years ago

Hello, you mentioned in your thesis that you also made a VSCode extension. Have you also published it? Or how did it work out?

steindani commented 6 years ago

Hello @bm-stschneider, yes, I have created a very, very basic, proof of concept extension that sent the just created/modified/deleted file to a locally running REST wrapper and displayed the results of one of the checks in the editor. It does not utilize the language server protocol, as it just came out at the time.

You can check it out at https://github.com/steindani/codemodel-rifle-plugin .