Visual Studio Code
logseq
Our great sponsors
Visual Studio Code | logseq | |
---|---|---|
1538 | 191 | |
131,940 | 13,801 | |
1.9% | 13.2% | |
10.0 | 10.0 | |
1 day ago | 3 days ago | |
TypeScript | Clojure | |
MIT License | GNU Affero General Public License v3.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Visual Studio Code
-
How I setup a new machine for development
Machine: Acer Nitro 5 AN515-58 Operating System: Windows 11, Fedora 36 Editors: VS Code, Sublime Text, Android Studio, IntelliJ Idea Programming Languages: Python, Flutter, Java, JavaScript, Node Productivity: Cron Calendar, Notion, Anytype, Spotify, Discord, Todoist Extensions: Vitesse Theme, Flutter, Python, Prettier, Carbon Product Icons, Codesnap
-
Code-Server but with Codium?
I wouldn't really say codium is a "complete rewritten clone", they clearly state that it's not a fork. Codium pulls directly from vscode source (https://github.com/Microsoft/vscode) and then throws in some patches to remove MS stuff then builds it and releases it under MIT license. One could easily build their own vscode binary from MS's source, but codium does all that for you so you don't need to build/patch.
-
why don't distros ship vim?
Complete agreement. It would be nice to have an up-to-date editor that continued to function in a terminal. I use VSCode for a lot of my recent work and it's quote powerful (and open-source), but it now relies completely on a GUI interface. I wouldn't mind having, say, 33% of its features in a pure terminal-compatible form. That would be fantastic.
-
Arch Linux - VSC Insiders
Now that I've set this all up, here's my question; how can I reliably have my own built from source version of this program? Unfortunately, I didn't see any clear instructions in the main repo, and nothing stood out when I tried googling the question. So I want to either fork the main branch or curl in the nightly code into my repo and build it from there and add that repo to my pacman.conf file to install.
The instructions in the repo look pretty detailed, have you tried them? You could make an Arch package out of these.
-
What are the must-have apps for Mac in 2022?
From a coder perspective, these are the ones I could not live without: - Alfred - goes without saying. It's all in the name ;-) - VSCode - I used SublimeText for a long time, but VSCode is just too good to not switch. It has all I ever wanted, and I tweaked the rest :-) - 1password - I tried lots of others (Enpass, KeePass(x/ce), LastPass, BitWarden) but 1p is just another level of usability (especially with this quick-access-spotlight-like-search in v8) - (Things](https://culturedcode.com/things/) - I don't know where my life was before Things, but now cannot imagine not using it every day! - (Fantastical)[https://flexibits.com/fantastical] - same as above - handles calendars and reminders impossibly well. And the natural language task adding is just amazing! - Bear - I go on a note-app-hunt every couple of months, but always come back to my bear. Nothing (IMO) comes even close! Including native Notes, which for some reason has issues with sync across my devices. Bear just works. Always! - iTerm - replaced my terminal because it's better in so many ways (split panes, nicer UI & lots of tweaks).
-
[ID] Otentikasi Skema Hybrid: JWT + userinfo
Visual Studio Code + ekstensi Go
-
Save As Dialog keeps opening behind main window
I have this issue as well. There's an issue open on the repo here but there doesn't seem to be a fix yet.
-
Koa Js : Part 1 - How to make a Koa server in 10 minutes!
In this tutorial I will be using VS Code as the text editor and Postman for the HTTP requests, however you can choose your preferred editors and tools.
-
Ask HN: What developer tools would you like to see?
I would just like the see the suckier parts of VSCode be fixed (to my liking ... meaning I get that different people have different preferences)
1. Give me keyboard macros (emacs) https://www.emacswiki.org/emacs/KeyboardMacros
2. Select modes. #1 generally is better with a start selection, end selection mode. As in Start recording, search for `(`, start selecting, search for `)`, copy, do something, paste.
3. Fix the Undo. AFAICT the undo feature in VSCode was made with zero thought. I don't know if it just undoes the last N keystrokes or what it's criteria area but IMO it fails to even try to do what a user (me) would want compared to the editor I used previously which seemed to have some heuristics. (undo cursor moves in groups? undo single words?) I don't know what it's algo was but I never had to retype stuff where as in VSCode I'm always having to retype stuff as undo undoes too much. Another nice feature if my previous editor was I could undo to the last save by just holding Ctrl-Z/Cmd-Z and when it hit the last save it would pause with a prompt. I found that super useful. VSCode I have to close the file (and therefore lose undo/redo past the save) or I have to just super carefully undo and try to remember where the last save happened. 3b. wish undo undid the last multi-cursor addition.
4. Add true column selection/virtual space. Multi-cursor mode is great but it doesn't handle many cases the column selection does. https://github.com/microsoft/vscode/issues/13960
5. Fix the broken "go to" (search result, definition, etc...). In most editors when you choose to "go to" a search result (search all, click a result) the editor shows the result in the active window. Example: Search for "name-of-method", results show the definition and the declaration in the same file. Open 2 windows, make one window active, click the definition in the search results, the active window "goes to" the definition. Click the 2nd window, click declaration in the search result, the 2nd window goes to the declaration. Now you can reference both. This doesn't work in VSCode. In VSCode clicking the 2nd result will move the first window making it frustrating to try to reference things in the same file. They added that you can drag the search result to a specific window but unfortunately there are tons of other places in the editor that default to moving whatever window is already showing that file, rather than the active window. So, if you were trying to see something in that window and had chosen different window as to where you wanted the result to appear you're S.O.L. No other editor I've used in 40yrs has had this (arguably) broken behavior.
logseq
-
autosave: should it be happening? is there an indicator in the UI somewhere? can I force it to happen?
by https://github.com/logseq/logseq/issues/4736 the answer is yes it should be. However from that same bug we can see it also might just be very buggy still.
-
Ask HN: What developer tools would you like to see?
> - A note-taking tool that allows me to organize notes in a graph with links between them (like a wiki), not as files and folders in a tree, which enforces the invariant that every note is transitively reachable from some "root" (by following links) so I never lose a note.
There is a class of note taking apps that's becoming increasingly popular (at least I perceive it that way) that does this. They store notes in local Markdown files, and when you link between pages, they can build and render a graph based on them. For example:
- Obsidian: https://obsidian.md/
- Logseq: https://logseq.com/
- Joplin: https://joplinapp.org/ (not sure if it's built-in, but there's a plugin: https://github.com/treymo/joplin-link-graph)
-
Journaling hack
Knowledge Management focused app: Logseq - open source, stores your notes in markdown text files locally - good built-in daily notes and task workflow https://logseq.com
-
Embedding code files - displaying on page and not links
I see a Github issue for logseq which talks about what i am looking for: https://github.com/logseq/logseq/issues/839
-
⟳ 2 apps added, 5 updated at apt.izzysoft.de
Logseq (version 22): platform for knowledge management and collaboration
-
Have you ever used a “Work OS” for productivity/organization?
Personally, I use Notion for general life organizing, although I am in the process of moving everything to Logseq, which is much ADHD-friendly for me, as well as free/open-source, but more note oriented than task manager, so probably not what you're looking for.)
-
alternative to OneNote
I use a free one Logseq. You'll need a Chromebook with Linux support running an Intel cpu. Install it using Flatpak:
-
Offline, Secure, note-taking/planning solution?
Logseq - check out its resource hub on how to use it!
-
Taking org-roam on the go with logseq
I have not since iCloud works for my needs. But you can store the notes anywhere on your filesystem, which means you could use Dropbox on desktop. I think that this need special support on mobile though. It looks like this has been requested and might be coming soon.
-
I think I've settled with Remnote for science, and Anki for Latin
Logseq is a very powerfull opensource knowledge management system (you will find lots of information on http://logseq.com and youtube). I am using it to store all my knowledge and to create anki notes. I wrote my own logseq import plugin for anki and I am going to release it to the public if I find the time. In the meantime there is already a plugin for logseq, that is able to do the syncing with anki for you.
What are some alternatives?
obsidian-mind-map - An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
Spyder - Official repository for Spyder - The Scientific Python Development Environment
Zettlr - A Markdown Editor for the 21st century.
athens - Athens is a knowledge graph for research and notetaking. Athens is open-source, private, extensible, and community-driven.
doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
reactide - Reactide is the first dedicated IDE for React web application development.
vscodium - binary releases of VS Code without MS branding/telemetry/licensing
Joplin - Joplin - an open source note taking and to-do application with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.
thonny - Python IDE for beginners
obsidian-dataview - A high-performance data index and query language over Markdown files, for https://obsidian.md/.
org-roam-ui - A graphical frontend for exploring your org-roam Zettelkasten
foam - A personal knowledge management and sharing system for VSCode