Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/19/2024 in all areas

  1. So another vscode extension for the AutoIt language emerges! I've tried the existing ones, and found small problems that i felt i could improve on, but it would require an entire new approach to the inner working of the existing extensions. Also working on a complete AutoIt3 parser a vscode extension just made sense Any feedback is appreciated, and i hope this project will benefit more than just me 🤡 Visual Studio Code Marketplace GitHub repo Some of the current features: Basic AutoIt2 syntax highlighting, for fun 🤡 AutoIt3 syntax highlighting Variable/Function hover gives declaration information if available. Goto declaration #include links Syntax checking, as you type Function signature help Function and variable list in a file via the outline tab. Works on desktop (any OS) and web version ⚠️ The parser used is not yet 100% complete (see issues for know problems), and the last thing to be implemented is the With code block. Hope you like 😃
    1 point
  2. Jacov

    Startint 'new Teams'

    Thanks everyone
    1 point
  3. Gianni

    Startint 'new Teams'

    ShellExecute('ms-teams.exe')
    1 point
  4. rsn

    Startint 'new Teams'

    The exe has a new name and can be found in a few places on your PC: C:\Program Files\WindowsApps\MSTeams_<version string>_x64__8wekyb3d8bbwe\ms-teams.exe C:\Users\<username>\AppData\Local\Microsoft\WindowsApps\ms-teams.exe C:\Users\<username>\AppData\Local\Microsoft\WindowsApps\MSTeams_8wekyb3d8bbwe\ms-teams.exe
    1 point
  5. ioa747

    Startint 'new Teams'

    watch this if it works for you https://www.autoitscript.com/forum/topic/139260-autoit-snippets/page/25/#comment-1531555
    1 point
  6. Hi @seadoggie01 Thank you! Always happy to know i made something useful for others Yes i can look into adding it as a option via the plugin settings This should be supported in vscode, by holding ctrl and hovering/clicking file paths. VScode supports path/to/file.ext:line:char and maybe others, but it does not seem to support path/to/file (line, char) it seems. Most of the current folding support was unintended functionality provided by VScode out of the box, but i can look into adding collapse support for groups of single line comments Yes it should function like the docs specify. Please report any problem with this in detail, so any bugs can be reproduced and fixed If you have trouble with including files relative to include library directory, please first verify that you filled the "autoit3.installDir" setting with the AutoIt installation directory. Other registered User-defined libraries can be added via the "autoit3.userDefinedLibraries" setting VScode provides fold and unfold commands. You can see them via F1 and typing Fold. One of the commands is "Fold All" and you can see your current key binding for triggering the command at the right side of the list item. You can change the key bindings to your preference under Preferences > Keyboard Shortcuts.
    1 point
×
×
  • Create New...