Skip to content

Instantly share code, notes, and snippets.

@jbr
jbr / emacs-deno-lsp.md
Created May 2, 2022 19:47
how to use emacs-lsp's deno lsp server instead of ts-ls

How to use emacs-lsp's deno lsp server instead of ts-ls, the typescript language server

It was surprisingly difficult to find this documented exactly anywhere on the internet, so I thought I'd post this somewhere so the next person googling for it has a chance of finding it. The lsp docs just say to "create a dir-local for each of the projects" but provides no guidance on how to do that.

Place a file named .dir-locals.el in your deno project root, containing exactly the following elisp:

((typescript-mode . ((lsp-disabled-clients . (ts-ls)))))
@warpech
warpech / oferta_pracy.md
Last active August 29, 2015 13:57
Oferta pracy - Senior JavaScript Developer

Oferta pracy - Senior Web Components Developer (Gdynia)

🌊 Gdynia, 20 października 2014

Co robimy

Nextgen to :suspect::hurtrealbad: team programistów technologii JavaScript. Nasze biuro mieści się w PPNT w Gdyni. Poszukujemy programisty z doskonałą znajomością JavaScript i HTML5 do pracy przy nowym projekcie, opartym na Web Components i frameworku Polymer.

Polymer logo

@listochkin
listochkin / javascript-static-analysis-tools.md
Created August 16, 2013 13:52
JavaScript Static Analysis Tools

JavaScript Static Analysis Tools

Most people are familiar with these three tools:

  1. [JSHint][1]
  2. [JSLint][2]
  3. [Google Closure Linter][3]

The first one is more popular among developers because it is style-agnostic. The other two enforce rules of [Crockford Style][4] and [Google Code Style][5] respectively.

@program247365
program247365 / QuakeConsole.ahk
Created March 11, 2012 03:59
Console 2 Settings File and Quake Awesomeness
; Change your hotkey here
^1::
DetectHiddenWindows, on
IfWinExist ahk_class Console_2_Main
{
IfWinActive ahk_class Console_2_Main
{
WinHide ahk_clasas Console_2_Main
WinActivate ahk_class Shell_TrayWnd